UNPKG

394 BTypeScriptView Raw
1import type { Event, Integration, IntegrationClass } from '@sentry/types';
2export declare const dedupeIntegration: () => import("@sentry/types").IntegrationFnResult;
3/**
4 * Deduplication filter.
5 * @deprecated Use `dedupeIntegration()` instead.
6 */
7export declare const Dedupe: IntegrationClass<Integration & {
8 processEvent: (event: Event) => Event;
9}>;
10//# sourceMappingURL=dedupe.d.ts.map
\No newline at end of file