diff --git a/apps/next/next.config.js b/apps/next/next.config.js index a4c40b7..869daf3 100644 --- a/apps/next/next.config.js +++ b/apps/next/next.config.js @@ -53,5 +53,9 @@ const sentryConfig = { reactComponentAnnotation: { enabled: true, }, + replayIntegration: { + maskAllText: false, + blockAllMedia: false, + }, }; export default withSentryConfig(nextConfig, sentryConfig);