mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
Add sentry tag for selected beatmap
This commit is contained in:
parent
678229fdab
commit
3aa8bc933d
@ -159,6 +159,7 @@ namespace osu.Game.Utils
|
||||
Game = game.Clock.CurrentTime,
|
||||
};
|
||||
|
||||
scope.SetTag(@"beatmap", $"{beatmap.OnlineID}");
|
||||
scope.SetTag(@"ruleset", ruleset.ShortName);
|
||||
scope.SetTag(@"os", $"{RuntimeInfo.OS} ({Environment.OSVersion})");
|
||||
scope.SetTag(@"processor count", Environment.ProcessorCount.ToString());
|
||||
|
Loading…
Reference in New Issue
Block a user