diff --git a/osu.Game/Utils/SentryLogger.cs b/osu.Game/Utils/SentryLogger.cs index cf6c93a45b..8614bd89e1 100644 --- a/osu.Game/Utils/SentryLogger.cs +++ b/osu.Game/Utils/SentryLogger.cs @@ -58,7 +58,7 @@ namespace osu.Game.Utils sentrySession = SentrySdk.Init(options => { - options.Dsn = "https://localhost"; + options.Dsn = string.Empty; options.AutoSessionTracking = true; options.IsEnvironmentUser = false; options.IsGlobalModeEnabled = true;