Add explanation inline for future visitors

This commit is contained in:
Dean Herbert 2022-05-11 10:40:40 +09:00
parent 9dce329e99
commit 533f4b298f
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ public SentryLogger(OsuGame game)
options.AutoSessionTracking = true;
options.IsEnvironmentUser = false;
// 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);
});