mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 15:32:31 +01:00
exceptron stores reference ID in exception
This commit is contained in:
parent
4465d50a31
commit
bf415563d4
@ -149,7 +149,11 @@ namespace Exceptron.Client
|
||||
SetHttpInfo(exceptionData, report);
|
||||
SetEnviromentInfo(report);
|
||||
|
||||
return RestClient.Put<ExceptionResponse>(Configuration.Host, report);
|
||||
var exceptionResponse = RestClient.Put<ExceptionResponse>(Configuration.Host, report);
|
||||
|
||||
exceptionData.Exception.Data["et"] = exceptionResponse.RefId;
|
||||
|
||||
return exceptionResponse;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user