diff --git a/app/entry.client.tsx b/app/entry.client.tsx index f1818ad..4a36ef4 100644 --- a/app/entry.client.tsx +++ b/app/entry.client.tsx @@ -16,7 +16,11 @@ Sentry.init({ useLocation, useMatches, }), - Sentry.replayIntegration(), + Sentry.replayIntegration({ + blockAllMedia: false, + maskAllInputs: false, + maskAllText: false, + }), ], replaysOnErrorSampleRate: 1, replaysSessionSampleRate: 0.02,