Skip to content

Commit 8815203

Browse files
committed
Remove replay from e2e test app
1 parent 739e50a commit 8815203

File tree

1 file changed

+0
-6
lines changed
  • dev-packages/e2e-tests/test-applications/react-router-7-lazy-routes/src

1 file changed

+0
-6
lines changed

dev-packages/e2e-tests/test-applications/react-router-7-lazy-routes/src/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
} from 'react-router-dom';
1414
import Index from './pages/Index';
1515

16-
const replay = Sentry.replayIntegration();
1716

1817
Sentry.init({
1918
environment: 'qa', // dynamic sampling bias to keep transactions
@@ -28,17 +27,12 @@ Sentry.init({
2827
trackFetchStreamPerformance: true,
2928
enableAsyncRouteHandlers: true,
3029
}),
31-
replay,
3230
],
3331
// We recommend adjusting this value in production, or using tracesSampler
3432
// for finer control
3533
tracesSampleRate: 1.0,
3634
release: 'e2e-test',
3735

38-
// Always capture replays, so we can test this properly
39-
replaysSessionSampleRate: 1.0,
40-
replaysOnErrorSampleRate: 0.0,
41-
4236
tunnel: 'http://localhost:3031',
4337
});
4438

0 commit comments

Comments
 (0)