File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
dev-packages/e2e-tests/test-applications/react-router-7-lazy-routes/src Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import {
13
13
} from 'react-router-dom' ;
14
14
import Index from './pages/Index' ;
15
15
16
- const replay = Sentry . replayIntegration ( ) ;
17
16
18
17
Sentry . init ( {
19
18
environment : 'qa' , // dynamic sampling bias to keep transactions
@@ -28,17 +27,12 @@ Sentry.init({
28
27
trackFetchStreamPerformance : true ,
29
28
enableAsyncRouteHandlers : true ,
30
29
} ) ,
31
- replay ,
32
30
] ,
33
31
// We recommend adjusting this value in production, or using tracesSampler
34
32
// for finer control
35
33
tracesSampleRate : 1.0 ,
36
34
release : 'e2e-test' ,
37
35
38
- // Always capture replays, so we can test this properly
39
- replaysSessionSampleRate : 1.0 ,
40
- replaysOnErrorSampleRate : 0.0 ,
41
-
42
36
tunnel : 'http://localhost:3031' ,
43
37
} ) ;
44
38
You can’t perform that action at this time.
0 commit comments