Skip to content

Commit a6bb15b

Browse files
committed
ci pls
1 parent 51e30cf commit a6bb15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/e2e-tests/test-applications/react-router-7-framework-spa/app

dev-packages/e2e-tests/test-applications/react-router-7-framework-spa/app/entry.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Sentry.init({
99
dsn: 'https://username@domain/123',
1010
integrations: [Sentry.reactRouterTracingIntegration()],
1111
tracesSampleRate: 1.0,
12-
tunnel: `http://localhost:3031/`, // proxy server
12+
tunnel: `http://localhost:3031/`,
1313
tracePropagationTargets: [/^\//],
1414
});
1515

0 commit comments

Comments
 (0)