mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 17:12:54 +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
|
var options = new SentryOptions
|
||||||
{
|
{
|
||||||
Dsn = "https://ad9f78529cef40ac874afb95a9aca04e@sentry.ppy.sh/2",
|
Dsn = "https://ad9f78529cef40ac874afb95a9aca04e@sentry.ppy.sh/2",
|
||||||
|
AutoSessionTracking = true,
|
||||||
|
IsEnvironmentUser = false,
|
||||||
Release = game.Version
|
Release = game.Version
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user