Merge branch 'master' into sentry-more-context

This commit is contained in:
Salman Ahmed
2022-05-11 20:29:30 +03:00
committed by GitHub
31 changed files with 129 additions and 62 deletions

View File

@ -46,7 +46,9 @@ namespace osu.Game.Utils
options.AutoSessionTracking = true;
options.IsEnvironmentUser = false;
options.Release = game.Version;
// The reported release needs to match release tags on github in order for sentry
// to automatically associate and track against releases.
options.Release = game.Version.Replace($@"-{OsuGameBase.BUILD_SUFFIX}", string.Empty);
});
Logger.NewEntry += processLogEntry;