mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
exceptron stores reference ID in exception
This commit is contained in:
@@ -149,7 +149,11 @@ namespace Exceptron.Client
|
|||||||
SetHttpInfo(exceptionData, report);
|
SetHttpInfo(exceptionData, report);
|
||||||
SetEnviromentInfo(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)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user