cleanup and sentry integration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
98e5f6bc89
commit
b671c661a7
21 changed files with 89 additions and 88 deletions
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using System.Threading.Channels;
|
||||
|
||||
using Sentry;
|
||||
|
||||
namespace Sledgemapper
|
||||
{
|
||||
|
@ -28,7 +28,7 @@ namespace Sledgemapper
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
//ExceptionlessClient.Default.SubmitException(ex);
|
||||
SentrySdk.CaptureException(ex);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue