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 51e30cf commit a6bb15bCopy full SHA for a6bb15b
1 file changed
dev-packages/e2e-tests/test-applications/react-router-7-framework-spa/app/entry.client.tsx
@@ -9,7 +9,7 @@ Sentry.init({
9
dsn: 'https://username@domain/123',
10
integrations: [Sentry.reactRouterTracingIntegration()],
11
tracesSampleRate: 1.0,
12
- tunnel: `http://localhost:3031/`, // proxy server
+ tunnel: `http://localhost:3031/`,
13
tracePropagationTargets: [/^\//],
14
});
15
0 commit comments