Change code to use Sentry client.

This commit is contained in:
Huo Yaoyuan
2019-11-12 21:12:38 +08:00
parent 1349289c0e
commit de732c6c24
3 changed files with 14 additions and 14 deletions

View File

@ -71,7 +71,7 @@ namespace osu.Game
[Cached]
private readonly ScreenshotManager screenshotManager = new ScreenshotManager();
protected RavenLogger RavenLogger;
protected SentryLogger RavenLogger;
public virtual Storage GetStorageForStableInstall() => null;
@ -110,7 +110,7 @@ namespace osu.Game
forwardLoggedErrorsToNotifications();
RavenLogger = new RavenLogger(this);
RavenLogger = new SentryLogger(this);
}
private void updateBlockingOverlayFade() =>