We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952625f commit 24a5a90Copy full SHA for 24a5a90
apps/browser-extension-wallet/webpack.common.prod.js
@@ -22,6 +22,9 @@ module.exports = () => ({
22
authToken: process.env.SENTRY_AUTH_TOKEN,
23
org: process.env.SENTRY_ORG,
24
project: process.env.SENTRY_PROJECT,
25
+ sourcemaps: {
26
+ filesToDeleteAfterUpload: ['**/*.js.map']
27
+ },
28
telemetry: false,
29
url: 'https://sentry.io/'
30
})
0 commit comments