UNPKG

323 BTypeScriptView Raw
1import type { Event } from '@sentry/types';
2/**
3 * Deduplication filter.
4 */
5export declare const dedupeIntegration: () => import("@sentry/types").Integration;
6/** only exported for tests. */
7export declare function _shouldDropEvent(currentEvent: Event, previousEvent?: Event): boolean;
8//# sourceMappingURL=dedupe.d.ts.map
\No newline at end of file