Skip to content

Commit

Permalink
change filter behavior (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples authored Nov 15, 2024
1 parent 7436785 commit 79b89d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ if (process.env.SENTRY_DSN) {
tracesSampleRate: 0,
profilesSampleRate: 0,
integrations: [
// https://docs.sentry.io/platforms/javascript/configuration/filtering/#using-thirdpartyerrorfilterintegration
SentryCore.thirdPartyErrorFilterIntegration({
filterKeys: ["confluent-vscode-extension-sentry-do-not-use"],
behaviour: "drop-error-if-contains-third-party-frames",
behaviour: "apply-tag-if-contains-third-party-frames",
}),
Sentry.rewriteFramesIntegration(),
],
Expand Down

0 comments on commit 79b89d4

Please sign in to comment.