1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 13:30:27 +08:00

Remove sentry DSN from repo

People doing stupid shit submitting stupid errors we don't care about.
This commit is contained in:
Dean Herbert
2026-04-20 17:16:33 +09:00
Unverified
parent 6c7487f774
commit 48434dd683
+1 -1
View File
@@ -54,7 +54,7 @@ namespace osu.Game.Utils
sentrySession = SentrySdk.Init(options =>
{
options.Dsn = "https://ad9f78529cef40ac874afb95a9aca04e@sentry.ppy.sh/2";
options.Dsn = "https://localhost";
options.AutoSessionTracking = true;
options.IsEnvironmentUser = false;
options.IsGlobalModeEnabled = true;