You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-packages/e2e-tests/test-applications/create-remix-app-express/app/entry.client.tsx
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,15 @@ import { hydrateRoot } from 'react-dom/client';
12
12
Sentry.init({
13
13
environment: 'qa',// dynamic sampling bias to keep transactions
14
14
dsn: window.ENV.SENTRY_DSN,
15
-
tunnel: `http://localhost:3031/`,// proxy server
16
15
integrations: [
17
16
Sentry.browserTracingIntegration({
18
17
useEffect,
19
18
useLocation,
20
19
useMatches,
21
20
}),
22
-
newSentry.Replay(),
23
21
],
24
22
// Performance Monitoring
25
23
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.
0 commit comments