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
+4
View File
@@ -53,5 +53,9 @@ const sentryConfig = {
reactComponentAnnotation: { reactComponentAnnotation: {
enabled: true, enabled: true,
}, },
replayIntegration: {
maskAllText: false,
blockAllMedia: false,
},
}; };
export default withSentryConfig(nextConfig, sentryConfig); export default withSentryConfig(nextConfig, sentryConfig);