error log
This commit is contained in:
@@ -53,7 +53,7 @@ else
|
||||
{
|
||||
receivedExceptions.Add(exception);
|
||||
|
||||
await ErrorLogService.Log(exception);
|
||||
await ErrorLogService.Log(exception, x => {});
|
||||
|
||||
await base.OnErrorAsync(exception);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user