mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Exceptions are now being stored in mongo.
This commit is contained in:
@@ -15,6 +15,11 @@ namespace NzbDrone.Common.Contract
|
||||
[JsonProperty("s")]
|
||||
public string String { get; set; }
|
||||
|
||||
[JsonProperty("xmessage")]
|
||||
public string ExceptionMessage { get; set; }
|
||||
|
||||
[JsonProperty("stk")]
|
||||
public string Stack { get; set; }
|
||||
|
||||
protected override Dictionary<string, string> GetString()
|
||||
{
|
||||
|
Reference in New Issue
Block a user