add sentry config to see text and media
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user