diff --git a/app/entry.client.tsx b/app/entry.client.tsx index cfa2eb1..c9d546f 100644 --- a/app/entry.client.tsx +++ b/app/entry.client.tsx @@ -17,7 +17,7 @@ Sentry.init({ useMatches ) }), - new Sentry.Replay({ maskAllText: false }) + new Sentry.Replay({ maskAllText: false, blockAllMedia: false }) ] })