mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Enable sentry session tracking
This commit is contained in:
@ -25,6 +25,8 @@ namespace osu.Game.Utils
|
||||
var options = new SentryOptions
|
||||
{
|
||||
Dsn = "https://ad9f78529cef40ac874afb95a9aca04e@sentry.ppy.sh/2",
|
||||
AutoSessionTracking = true,
|
||||
IsEnvironmentUser = false,
|
||||
Release = game.Version
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user