sentry
This commit is contained in:
parent
000812b2e5
commit
24c787969c
2
.env
2
.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
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,3 +46,5 @@ analyze
|
||||
|
||||
# Sitemap
|
||||
public/sitemap*
|
||||
|
||||
.env
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user