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 ee378f3 commit 9287e88Copy full SHA for 9287e88
frontend/src/ts/sentry.ts
@@ -21,7 +21,7 @@ export function init(): void {
21
// - 'drop-error-if-exclusively-contains-third-party-frames'
22
// - 'apply-tag-if-contains-third-party-frames'
23
// - 'apply-tag-if-exclusively-contains-third-party-frames'
24
- behaviour: "drop-error-if-contains-third-party-frames",
+ behaviour: "apply-tag-if-contains-third-party-frames",
25
}),
26
],
27
// Tracing
0 commit comments