Skip to content

Commit

Permalink
Fix the sentry project and org name
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCTroia committed Dec 18, 2024
1 parent 0e83707 commit 78b1f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/chessroulette-web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ module.exports = withSentryConfig(

// Suppresses source map uploading logs during build
silent: true,
org: 'chessroulette-16',
project: 'chessroulette-web-v2',
org: 'chessroulette-live',
project: 'chessroulette',
authToken: process.env.SENTRY_AUTH_TOKEN,
},
{
Expand Down
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module.exports = withSentryConfig(

// Suppresses source map uploading logs during build
silent: true,
org: "chessroulette-16",
project: "chessroulette-web-v2",
org: "chessroulette-live",
project: "chessroulette",
},
{
// For all available options, see:
Expand Down

0 comments on commit 78b1f05

Please sign in to comment.