You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error=(error)=>global.ErrorUtils.reportError(error);// sending console.error so that it can be caught
18
-
console._errorOriginal=(error)=>global.ErrorUtils.reportError(error);// overiding console._errorOriginal that is used by ExceptionsManager.handleException
17
+
console.error=(message,error)=>global.ErrorUtils.reportError(error);// sending console.error so that it can be caught
19
18
}else{
20
19
console.log('Skipping setJSExceptionHandler: Reason: In DEV mode and allowedInDevMode = false');
0 commit comments