refs #5941 feat: when error can send email to support #1670
|
@ -149,7 +149,6 @@ function $exceptionHandler(vnApp, $window, $state, $injector) {
|
||||||
if (messageT)
|
if (messageT)
|
||||||
message = $translate.instant(messageT);
|
message = $translate.instant(messageT);
|
||||||
|
|
||||||
cause = cause.replace('Possibly unhandled rejection: ', '');
|
|
||||||
const additonalData = {
|
const additonalData = {
|
||||||
frontPath: $state.current.name,
|
frontPath: $state.current.name,
|
||||||
httpRequest: cause.replace('Possibly unhandled rejection: ', ''),
|
httpRequest: cause.replace('Possibly unhandled rejection: ', ''),
|
||||||
|
|
Loading…
Reference in New Issue