UNPKG

391 BTypeScriptView Raw
1import type { Event, EventHint, EventProcessor } from '@sentry/types';
2/**
3 * Process an array of event processors, returning the processed event (or `null` if the event was dropped).
4 */
5export declare function notifyEventProcessors(processors: EventProcessor[], event: Event | null, hint: EventHint, index?: number): PromiseLike<Event | null>;
6//# sourceMappingURL=eventProcessors.d.ts.map
\No newline at end of file