Merge pull request #18124 from ThePooN/sentry-new-dsn

🔧 Update Sentry DSN
This commit is contained in:
Dean Herbert 2022-05-09 15:40:35 +09:00 committed by GitHub
commit bf9384b7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public SentryLogger(OsuGame game)
var options = new SentryOptions
{
Dsn = "https://5e342cd55f294edebdc9ad604d28bbd3@sentry.io/1255255",
Dsn = "https://ad9f78529cef40ac874afb95a9aca04e@sentry.ppy.sh/2",
Release = game.Version
};