diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 7de2f2301..a8de74500 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -38,7 +38,7 @@ Sentry.init({ // Set tracesSampleRate to 1.0 to capture 100% // of transactions for tracing. - tracesSampleRate: 0.05, + tracesSampleRate: 1.0, // Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled // tracePropagationTargets: [/^\//, /^https:\/\/yourserver\.io\/api/], @@ -52,8 +52,8 @@ Sentry.init({ // Capture Replay for 100% of all sessions, // plus for 100% of sessions with an error - replaysSessionSampleRate: 0.2, - replaysOnErrorSampleRate: 0.2, + replaysSessionSampleRate: 0.1, + replaysOnErrorSampleRate: 1.0, }); ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(