Skip to content

Commit

Permalink
Add explanation inline for future visitors
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed May 11, 2022
1 parent 9dce329 commit 533f4b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game/Utils/SentryLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 533f4b2

Please sign in to comment.