MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / addEventProcessor

Function addEventProcessor

packages/core/src/exports.ts:307–309  ·  view source on GitHub ↗
(callback: EventProcessor)

Source from the content-addressed store, hash-verified

305 * context will have the processor applied.
306 */
307export function addEventProcessor(callback: EventProcessor): void {
308 getIsolationScope().addEventProcessor(callback);
309}
310
311/**
312 * Start a session on the current isolation scope.

Callers

nothing calls this directly

Calls 2

getIsolationScopeFunction · 0.90
addEventProcessorMethod · 0.80

Tested by

no test coverage detected