V13: Log webhook firing exceptions when they happen (#15393)
* Refactor Webhook logging to handle exceptions * Add Exception occured property to WebhookLog.
This commit is contained in:
@@ -37,4 +37,7 @@ public class WebhookLogViewModel
|
||||
|
||||
[DataMember(Name = "responseBody")]
|
||||
public string ResponseBody { get; set; } = string.Empty;
|
||||
|
||||
[DataMember(Name = "exceptionOccured")]
|
||||
public bool ExceptionOccured { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user