We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df6f6b commit 0ffab26Copy full SHA for 0ffab26
1 file changed
src/error-tracking.ts
@@ -27,6 +27,7 @@ export function initErrorTracking() {
27
dsn: SENTRY_DSN,
28
release: packageJson.version,
29
sendDefaultPii: false,
30
+ tracePropagationTargets: [],
31
integrations: [
32
Sentry.rewriteFramesIntegration({
33
// We're one dir down: either /bundle, or /src
0 commit comments