diff --git a/next.config.js b/next.config.js index 00f62a79b442b..4fe398da990a4 100644 --- a/next.config.js +++ b/next.config.js @@ -67,6 +67,7 @@ const nextConfig = { module.exports = withSentryConfig(nextConfig, { org: 'sentry', project: process.env.NEXT_PUBLIC_DEVELOPER_DOCS ? 'develop-docs' : 'docs', + authToken: process.env.SENTRY_WEBPACK_PLUGIN_AUTH_TOKEN, // Suppresses source map uploading logs during build silent: !process.env.CI,