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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user