From 048290029366e62dc1c20b6e3507dbf2e314ff99 Mon Sep 17 00:00:00 2001 From: Philip Niedertscheider Date: Wed, 18 Oct 2023 15:38:30 +0200 Subject: [PATCH] feat: added sourcemaps to build output --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 0467f214..0c69acf9 100644 --- a/next.config.js +++ b/next.config.js @@ -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,