Skip to content

Commit

Permalink
chore: delete source maps after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaieb committed Jan 21, 2025
1 parent 74c81e2 commit 3710fe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
});

0 comments on commit 3710fe4

Please sign in to comment.