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

x/sentry/index.mjs>addEventProcessor

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

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

Parameters

callback: EventProcessor