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 3a141e7 commit ddf7d0bCopy full SHA for ddf7d0b
apps/dashboard/next.config.js
@@ -189,10 +189,12 @@ module.exports = withBundleAnalyzer(
189
// For all available options, see:
190
// https://github.com/getsentry/sentry-webpack-plugin#options
191
192
- // Suppresses source map uploading logs during build
193
- silent: true,
194
org: "thirdweb-dev",
195
project: "dashboard",
+ // An auth token is required for uploading source maps.
+ authToken: process.env.SENTRY_AUTH_TOKEN,
196
+ // Suppresses source map uploading logs during build
197
+ silent: false,
198
},
199
{
200
0 commit comments