Skip to main content
Module

x/sentry/index.d.ts>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.109.0/index.d.ts";

Add a EventProcessor to be kept globally.

Parameters

callback: EventProcessor