Skip to main content
Module

x/sentry/index.d.ts>addEventProcessor

The Official Sentry Deno SDK
Go to Latest
function addEventProcessor
import { addEventProcessor } from "https://deno.land/x/sentry@7.109.0/index.d.ts";

Add an event processor to the current client. This event processor will run for all events processed by this client.

Parameters

callback: EventProcessor