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 be2d830 commit 2a95c2bCopy full SHA for 2a95c2b
frontend/src/ts/sentry.ts
@@ -24,7 +24,7 @@ export function init(): void {
24
// - 'drop-error-if-exclusively-contains-third-party-frames'
25
// - 'apply-tag-if-contains-third-party-frames'
26
// - 'apply-tag-if-exclusively-contains-third-party-frames'
27
- behaviour: "apply-tag-if-contains-third-party-frames",
+ behaviour: "drop-error-if-contains-third-party-frames",
28
}),
29
],
30
// Tracing
0 commit comments