Attach user to sentry later in startup flow

This commit is contained in:
Dean Herbert
2022-05-10 14:25:10 +09:00
parent a5b454edc7
commit 3338bffce3
3 changed files with 18 additions and 12 deletions

View File

@ -125,7 +125,7 @@ namespace osu.Game
protected MusicController MusicController { get; private set; }
protected internal IAPIProvider API { get; protected set; }
protected IAPIProvider API { get; set; }
protected Storage Storage { get; set; }