This commit is contained in:
parent
9033151006
commit
dd97d5ec4e
9 changed files with 19 additions and 34 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue