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,8 +1,7 @@
using System;
using System.Threading.Tasks;
using System.Threading.Channels;
using Exceptionless;
using Exceptionless.Models;
namespace Sledgemapper
{
@ -29,7 +28,7 @@ namespace Sledgemapper
}
catch (Exception ex)
{
ExceptionlessClient.Default.SubmitException(ex);
//ExceptionlessClient.Default.SubmitException(ex);
throw;
}
}