We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d47ad commit 1c131b1Copy full SHA for 1c131b1
src/index.tsx
@@ -16,7 +16,7 @@ Sentry.init({
16
integrations: [
17
new Sentry.BrowserTracing({
18
// Set `tracePropagationTargets` to control for which URLs distributed tracing should be enabled
19
- tracePropagationTargets: ['localhost', /^https:\/\/neodash\.graphapp\.io/, /^http:\/\/neodash\.graphapp\.io/],
+ tracePropagationTargets: [/^https:\/\/neodash\.graphapp\.io/, /^http:\/\/neodash\.graphapp\.io/],
20
}),
21
new Sentry.Replay(),
22
],
0 commit comments