refs #5941 feat: when error can send email to support #1670

Merged
alexm merged 9 commits from 5941-send-to-support into dev 2023-08-17 07:16:47 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ad5c021832 - Show all commits

View File

@ -149,7 +149,6 @@ function $exceptionHandler(vnApp, $window, $state, $injector) {
if (messageT)
message = $translate.instant(messageT);
cause = cause.replace('Possibly unhandled rejection: ', '');
const additonalData = {
frontPath: $state.current.name,
httpRequest: cause.replace('Possibly unhandled rejection: ', ''),