Skip to content

Commit 1c131b1

Browse files
author
Marius Conjeaud
committed
Remove localhost from sentry trace targets
1 parent 06d47ad commit 1c131b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sentry.init({
1616
integrations: [
1717
new Sentry.BrowserTracing({
1818
// Set `tracePropagationTargets` to control for which URLs distributed tracing should be enabled
19-
tracePropagationTargets: ['localhost', /^https:\/\/neodash\.graphapp\.io/, /^http:\/\/neodash\.graphapp\.io/],
19+
tracePropagationTargets: [/^https:\/\/neodash\.graphapp\.io/, /^http:\/\/neodash\.graphapp\.io/],
2020
}),
2121
new Sentry.Replay(),
2222
],

0 commit comments

Comments
 (0)