Skip to content

Commit b2da7d9

Browse files
committed
fix: more hotfixes for sentry
1 parent c535ce2 commit b2da7d9

File tree

6 files changed

+832
-105
lines changed

6 files changed

+832
-105
lines changed

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export default withSentryConfig(
8484
tunnelRoute: ENABLE_STATIC_EXPORT ? undefined : '/monitoring',
8585
// prevent source map comments in built files
8686
hideSourceMaps: false,
87+
// tree shake sentry stuff from the bundle
8788
disableLogger: true,
8889
}
8990
);

0 commit comments

Comments
 (0)