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

Merge pull request #24634 from peppy/enable-sentry-global-mode

Enable sentry "global mode" as per recommendation
This commit is contained in:
Bartłomiej Dach
2023-08-23 20:58:48 +02:00
committed by GitHub
Unverified
+1
View File
@@ -47,6 +47,7 @@ namespace osu.Game.Utils
options.AutoSessionTracking = true;
options.IsEnvironmentUser = false;
options.IsGlobalModeEnabled = true;
// The reported release needs to match version as reported to Sentry in .github/workflows/sentry-release.yml
options.Release = $"osu@{game.Version.Replace($@"-{OsuGameBase.BUILD_SUFFIX}", string.Empty)}";
});