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-v2/app/entry.client.tsx
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,14 @@ Sentry.init({
25
25
// Session Replay
26
26
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.
27
27
replaysOnErrorSampleRate: 1.0,// If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
28
-
tunnel: 'http://localhost:3031/',// proxy server
28
+
// tunnel: 'http://localhost:3031/', // proxy server
0 commit comments