We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48134b2 commit 174ffe2Copy full SHA for 174ffe2
packages/core/test/lib/integrations/inboundfilters.test.ts
@@ -1,6 +1,7 @@
1
-import { InboundFilters, InboundFiltersOptions } from '../../../src/integrations/inboundfilters';
2
import { EventProcessor } from '@sentry/types';
3
+import { InboundFilters, InboundFiltersOptions } from '../../../src/integrations/inboundfilters';
4
+
5
/** JSDoc */
6
function createInboundFiltersEventProcessor(
7
options: Partial<InboundFiltersOptions> = {},
0 commit comments