add sentry config to see text and media

This commit is contained in:
2025-09-20 10:02:27 -05:00
parent e286d02c26
commit 1ee287b26c

View File

@@ -53,5 +53,9 @@ const sentryConfig = {
reactComponentAnnotation: {
enabled: true,
},
replayIntegration: {
maskAllText: false,
blockAllMedia: false,
},
};
export default withSentryConfig(nextConfig, sentryConfig);