Added error reporting in soft error handler
This commit is contained in:
@@ -65,6 +65,10 @@ else
|
||||
{
|
||||
Exception = exception;
|
||||
Crashed = true;
|
||||
|
||||
var username = IdentityService.IsSignedIn ? IdentityService.CurrentUser.Username : "Guest";
|
||||
Logger.Warn($"A crash occured in the view of the user '{username}'");
|
||||
Logger.Warn(exception);
|
||||
}
|
||||
|
||||
Recover();
|
||||
|
||||
Reference in New Issue
Block a user