2 Commits

Author SHA1 Message Date
9c2bf54426 Merge branch 'master' of https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2
Some checks failed
deploy / deploy (push) Failing after 19s
2023-11-13 03:52:58 +00:00
24c787969c sentry 2023-11-13 03:52:20 +00:00
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -46,3 +46,5 @@ analyze
# Sitemap
public/sitemap*
.env

View File

@ -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,
},
{