diff --git a/next.config.js b/next.config.js index 9c156cb8..b8e90022 100644 --- a/next.config.js +++ b/next.config.js @@ -112,4 +112,7 @@ module.exports = withSentryConfig(module.exports, { // https://docs.sentry.io/product/crons/ // https://vercel.com/docs/cron-jobs automaticVercelMonitors: true, + sourcemaps: { + deleteSourcemapsAfterUpload: true, + }, });