Skip to content

Commit

Permalink
Do not hide Sentry sourcemaps as its open source project
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Sep 21, 2024
1 parent baeecc6 commit 874420a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const withSentry = withSentryConfig(config, {
// tunnelRoute: "/monitoring",

// Hides source maps from generated client bundles
hideSourceMaps: true,
hideSourceMaps: false,

// Automatically tree-shake Sentry logger statements to reduce bundle size
disableLogger: true,
Expand Down
Loading

0 comments on commit 874420a

Please sign in to comment.