UNPKG

521 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/** only exported for tests. */
11export declare function _shouldDropEvent(currentEvent: Event, previousEvent?: Event): boolean;
12//# sourceMappingURL=dedupe.d.ts.map
\No newline at end of file