switch to sentry
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele Scandura 2021-09-15 16:11:40 +01:00
parent 9033151006
commit dd97d5ec4e
9 changed files with 19 additions and 34 deletions

View file

@ -1,4 +1,3 @@
using Exceptionless;
using Microsoft.AspNetCore.SignalR.Client;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
@ -617,7 +616,7 @@ namespace Sledgemapper.UI
}
catch (Exception ex)
{
ExceptionlessClient.Default.SubmitException(ex);
Sentry.SentrySdk.CaptureException(ex);
}
//if (successful)
@ -780,7 +779,7 @@ namespace Sledgemapper.UI
}
catch (Exception ex)
{
ExceptionlessClient.Default.SubmitException(ex);
//ExceptionlessClient.Default.SubmitException(ex);
}
//if (successful)