Skip to content

Commit 2a95c2b

Browse files
committed
chore: drop third party frames
1 parent be2d830 commit 2a95c2b

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
@@ -24,7 +24,7 @@ export function init(): void {
2424
// - 'drop-error-if-exclusively-contains-third-party-frames'
2525
// - 'apply-tag-if-contains-third-party-frames'
2626
// - 'apply-tag-if-exclusively-contains-third-party-frames'
27-
behaviour: "apply-tag-if-contains-third-party-frames",
27+
behaviour: "drop-error-if-contains-third-party-frames",
2828
}),
2929
],
3030
// Tracing

0 commit comments

Comments
 (0)