Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sentry/index.mjs>addGlobalEventProcessor

The Official Sentry Deno SDK
Go to Latest
function addGlobalEventProcessor
Deprecated
Deprecated

Use addEventProcessor instead. Global event processors will be removed in v8.

import { addGlobalEventProcessor } from "https://deno.land/x/sentry@7.117.0/index.mjs";

Add a EventProcessor to be kept globally.

Parameters

callback: EventProcessor