1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 17:52:56 +08:00

Fix spacing

This commit is contained in:
Dean Herbert 2019-11-21 22:55:31 +09:00
parent ac2dfffb23
commit 4475307707

View File

@ -26,6 +26,7 @@ namespace osu.Game.Utils
Dsn = new Dsn("https://5e342cd55f294edebdc9ad604d28bbd3@sentry.io/1255255"),
Release = game.Version
};
sentry = new SentryClient(options);
sentryScope = new Scope(options);