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 9154a39 commit cf06091Copy full SHA for cf06091
packages/integrations/src/index.ts
@@ -6,7 +6,6 @@ export { Ember } from './ember';
6
export { ExtraErrorData } from './extraerrordata';
7
export { ReportingObserver } from './reportingobserver';
8
export { RewriteFrames } from './rewriteframes';
9
-export { ScrubData } from './scrubdata';
10
export { SessionTiming } from './sessiontiming';
11
export { Transaction } from './transaction';
12
export { Vue } from './vue';
packages/integrations/src/scrubdata.ts
packages/integrations/test/scrubdata.test.ts
0 commit comments