From 000812b2e576152d0d7d5fd8729b1896cf799c6f Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 13 Nov 2023 03:46:08 +0000 Subject: [PATCH] sentry --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index e5def96..ca80a96 100644 --- a/next.config.js +++ b/next.config.js @@ -92,6 +92,7 @@ module.exports = withSentryConfig( org: "sentry", project: "scoresaber-reloaded", url: "https://sentry.fascinated.cc/", + authToken: process.env.SENTRY_AUTH_TOKEN, }, { // For all available options, see: