mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 06:27:24 +09:00
Merge pull request #18543 from frenzibyte/beatmap-sentry-tag
Add sentry tag for selected beatmap
This commit is contained in:
commit
c8f64d24eb
@ -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…
x
Reference in New Issue
Block a user