mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 21:37:59 +09:00
Update sentry sdk usage
This commit is contained in:
parent
216b0d89a7
commit
0d5353008c
@ -23,7 +23,7 @@ namespace osu.Game.Utils
|
|||||||
|
|
||||||
var options = new SentryOptions
|
var options = new SentryOptions
|
||||||
{
|
{
|
||||||
Dsn = new Dsn("https://5e342cd55f294edebdc9ad604d28bbd3@sentry.io/1255255"),
|
Dsn = "https://5e342cd55f294edebdc9ad604d28bbd3@sentry.io/1255255",
|
||||||
Release = game.Version
|
Release = game.Version
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user