mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Enable sentry session tracking
This commit is contained in:
parent
886a4815fa
commit
dc3c73f723
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user