1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

🔧 Update Sentry DSN

This commit is contained in:
Hugo Denizart 2022-05-06 19:52:25 +02:00 committed by GitHub
parent 404798395c
commit cc251ed5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ namespace osu.Game.Utils
var options = new SentryOptions
{
Dsn = "https://5e342cd55f294edebdc9ad604d28bbd3@sentry.io/1255255",
Dsn = "https://ad9f78529cef40ac874afb95a9aca04e@sentry.ppy.sh/2",
Release = game.Version
};