Skip to content

Commit 9418605

Browse files
committed
Remove tunnel from client-side tests
1 parent ab9c2f8 commit 9418605

File tree

1 file changed

+0
-5
lines changed
  • dev-packages/e2e-tests/test-applications/create-remix-app-express/app

1 file changed

+0
-5
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-express/app/entry.client.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,15 @@ import { hydrateRoot } from 'react-dom/client';
1212
Sentry.init({
1313
environment: 'qa', // dynamic sampling bias to keep transactions
1414
dsn: window.ENV.SENTRY_DSN,
15-
tunnel: `http://localhost:3031/`, // proxy server
1615
integrations: [
1716
Sentry.browserTracingIntegration({
1817
useEffect,
1918
useLocation,
2019
useMatches,
2120
}),
22-
new Sentry.Replay(),
2321
],
2422
// Performance Monitoring
2523
tracesSampleRate: 1.0, // Capture 100% of the transactions, reduce in production!
26-
// Session Replay
27-
replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.
28-
replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
2924
});
3025

3126
Sentry.addEventProcessor(event => {

0 commit comments

Comments
 (0)