diff --git a/next.config.js b/next.config.js index f0afd95..264eaf5 100644 --- a/next.config.js +++ b/next.config.js @@ -9,6 +9,9 @@ const { withSentryConfig } = require('@sentry/nextjs'); const moduleExports = { reactStrictMode: true, + sentry: { + hideSourceMaps: false, + } }; const sentryWebpackPluginOptions = {