Add local user tracking to sentry reporting

This commit is contained in:
Dean Herbert
2022-05-10 14:12:31 +09:00
parent 09c21cde8c
commit 64cc6ebddb
2 changed files with 18 additions and 1 deletions

View File

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