Skip to content

Commit 0482900

Browse files
committed
feat: added sourcemaps to build output
1 parent a981187 commit 0482900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = withSentryConfig(
3737
tunnelRoute: "/monitoring",
3838

3939
// Hides source maps from generated client bundles
40-
hideSourceMaps: true,
40+
hideSourceMaps: false,
4141

4242
// Automatically tree-shake Sentry logger statements to reduce bundle size
4343
disableLogger: true,

0 commit comments

Comments
 (0)