1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 16:20:14 +08:00

Merge pull request #18543 from frenzibyte/beatmap-sentry-tag

Add sentry tag for selected beatmap
This commit is contained in:
Dean Herbert
2022-06-03 14:34:46 +09:00
committed by GitHub
Unverified
+1
View File
@@ -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());