Skip to content

Commit 143ce1f

Browse files
authored
chore(platform): Set auth token explicitly in withSentryConfig (#15801)
This makes the env var easier discoverable.
1 parent 5b46082 commit 143ce1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ const nextConfig = {
148148
module.exports = withSentryConfig(nextConfig, {
149149
org: 'sentry',
150150
project: process.env.NEXT_PUBLIC_DEVELOPER_DOCS ? 'develop-docs' : 'docs',
151+
authToken: process.env.SENTRY_AUTH_TOKEN,
151152

152153
// Suppresses source map uploading logs during build
153154
silent: !process.env.CI,

0 commit comments

Comments
 (0)