Skip to content

Commit 9287e88

Browse files
committed
chore: temporairly try a different filtering behavior
1 parent ee378f3 commit 9287e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function init(): void {
2121
// - 'drop-error-if-exclusively-contains-third-party-frames'
2222
// - 'apply-tag-if-contains-third-party-frames'
2323
// - 'apply-tag-if-exclusively-contains-third-party-frames'
24-
behaviour: "drop-error-if-contains-third-party-frames",
24+
behaviour: "apply-tag-if-contains-third-party-frames",
2525
}),
2626
],
2727
// Tracing

0 commit comments

Comments
 (0)