Skip to content

Commit

Permalink
feat: added sourcemaps to build output
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Oct 18, 2023
1 parent a981187 commit 0482900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = withSentryConfig(
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

0 comments on commit 0482900

Please sign in to comment.