diff --git a/src/theme/Root.tsx b/src/theme/Root.tsx index 9c7b5e65da0..af2f0f3c6f1 100644 --- a/src/theme/Root.tsx +++ b/src/theme/Root.tsx @@ -7,6 +7,11 @@ export default function Root({ children }: { children: ReactChild}) { Loading...}> { () => { + if ((window as any)?.Sentry) { + (window as any)?.Sentry?.replayIntegration({ + maskAllText: false + }) + } return (