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,5 +1,4 @@
using System;
using Exceptionless;
using Microsoft.Xna.Framework;
namespace Sledgemapper
@ -28,7 +27,7 @@ namespace Sledgemapper
}
catch (Exception ex)
{
ExceptionlessClient.Default.SubmitException(ex);
//ExceptionlessClient.Default.SubmitException(ex);
MachineName = "n/a";
}
}