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.
withSentryConfig
1 parent 5b46082 commit 143ce1fCopy full SHA for 143ce1f
next.config.ts
@@ -148,6 +148,7 @@ const nextConfig = {
148
module.exports = withSentryConfig(nextConfig, {
149
org: 'sentry',
150
project: process.env.NEXT_PUBLIC_DEVELOPER_DOCS ? 'develop-docs' : 'docs',
151
+ authToken: process.env.SENTRY_AUTH_TOKEN,
152
153
// Suppresses source map uploading logs during build
154
silent: !process.env.CI,
0 commit comments