Skip to content

Commit

Permalink
fix: more hotfixes for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 14, 2023
1 parent c535ce2 commit b2da7d9
Show file tree
Hide file tree
Showing 6 changed files with 832 additions and 105 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default withSentryConfig(
tunnelRoute: ENABLE_STATIC_EXPORT ? undefined : '/monitoring',
// prevent source map comments in built files
hideSourceMaps: false,
// tree shake sentry stuff from the bundle
disableLogger: true,
}
);
Loading

0 comments on commit b2da7d9

Please sign in to comment.