We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c535ce2 commit b2da7d9Copy full SHA for b2da7d9
6 files changed
next.config.mjs
@@ -84,6 +84,7 @@ export default withSentryConfig(
84
tunnelRoute: ENABLE_STATIC_EXPORT ? undefined : '/monitoring',
85
// prevent source map comments in built files
86
hideSourceMaps: false,
87
+ // tree shake sentry stuff from the bundle
88
disableLogger: true,
89
}
90
);
0 commit comments