1
0
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:
Dean Herbert 2022-05-10 14:03:03 +09:00
parent 886a4815fa
commit dc3c73f723

View File

@ -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
};