Skip to content

Commit

Permalink
feat(changelog): Apply tag for 3rd party errors (#11065)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Aug 13, 2024
1 parent 30dc4cb commit 993cf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/changelog/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Sentry.init({
Sentry.replayIntegration(),
SentryCore.thirdPartyErrorFilterIntegration({
filterKeys: ['sentry-changelog'],
behaviour: 'drop-error-if-contains-third-party-frames',
behaviour: 'apply-tag-if-contains-third-party-frames',
}),
],
});
Expand Down

0 comments on commit 993cf71

Please sign in to comment.