add sentry config to see text and media
This commit is contained in:
@@ -53,5 +53,9 @@ const sentryConfig = {
|
||||
reactComponentAnnotation: {
|
||||
enabled: true,
|
||||
},
|
||||
replayIntegration: {
|
||||
maskAllText: false,
|
||||
blockAllMedia: false,
|
||||
},
|
||||
};
|
||||
export default withSentryConfig(nextConfig, sentryConfig);
|
||||
|
Reference in New Issue
Block a user