Skip to content

Commit

Permalink
chore: drop sourcemaps in production releases (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell authored Dec 2, 2024
1 parent 952625f commit 24a5a90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/browser-extension-wallet/webpack.common.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ module.exports = () => ({
authToken: process.env.SENTRY_AUTH_TOKEN,
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
sourcemaps: {
filesToDeleteAfterUpload: ['**/*.js.map']
},
telemetry: false,
url: 'https://sentry.io/'
})
Expand Down

0 comments on commit 24a5a90

Please sign in to comment.