Skip to content

Commit

Permalink
Website: Specify SENTRY_AUTH_TOKEN in next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue committed Jan 12, 2025
1 parent 656d242 commit 0974c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ module.exports = withSentryConfig(module.exports, {
org: 'social-income',
project: 'website',

authToken: process.env.SENTRY_AUTH_TOKEN,

// Only print logs for uploading source maps in CI
silent: !process.env.CI,

Expand Down

0 comments on commit 0974c41

Please sign in to comment.