From 24c787969c2658565ed1c28f64770ee6a0c8267a Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 13 Nov 2023 03:52:20 +0000 Subject: [PATCH] sentry --- .env | 2 +- .gitignore | 4 +++- next.config.js | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 2d90141..fadbc86 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -SENTRY_AUTH_TOKEN=hi +SENTRY_AUTH_TOKEN=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 # Redis REDIS_URL=redis://:bigtitsyes7@10.0.0.203:30004 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5d5f1ef..410eb9e 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,6 @@ next-env.d.ts analyze # Sitemap -public/sitemap* \ No newline at end of file +public/sitemap* + +.env \ No newline at end of file diff --git a/next.config.js b/next.config.js index ca80a96..be0fd2f 100644 --- a/next.config.js +++ b/next.config.js @@ -91,7 +91,7 @@ module.exports = withSentryConfig( silent: true, org: "sentry", project: "scoresaber-reloaded", - url: "https://sentry.fascinated.cc/", + url: "https://sentry.fascinated.cc", authToken: process.env.SENTRY_AUTH_TOKEN, }, {