Skip to content

Commit 0ffab26

Browse files
committed
Explicitly disable Sentry tracing
This shouldn't happen regardless, but I've seen some hints of it - let's make sure it's totally disabled.
1 parent 3df6f6b commit 0ffab26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/error-tracking.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export function initErrorTracking() {
2727
dsn: SENTRY_DSN,
2828
release: packageJson.version,
2929
sendDefaultPii: false,
30+
tracePropagationTargets: [],
3031
integrations: [
3132
Sentry.rewriteFramesIntegration({
3233
// We're one dir down: either /bundle, or /src

0 commit comments

Comments
 (0)