Skip to content

Commit 993cf71

Browse files
author
Luca Forstner
authored
feat(changelog): Apply tag for 3rd party errors (#11065)
1 parent 30dc4cb commit 993cf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/changelog/sentry.client.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sentry.init({
1616
Sentry.replayIntegration(),
1717
SentryCore.thirdPartyErrorFilterIntegration({
1818
filterKeys: ['sentry-changelog'],
19-
behaviour: 'drop-error-if-contains-third-party-frames',
19+
behaviour: 'apply-tag-if-contains-third-party-frames',
2020
}),
2121
],
2222
});

0 commit comments

Comments
 (0)