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
Currently, all unhandled exceptions go straight to console.onError, which is not desirable for enterprise applications, where more thoughtful and granular exception handling is typically required.
The proposed solution is to use window.onError for browser environments and uncaughtException for Node.js
elizarov, SeekDaSky, turansky, andylamax, stefanthaler and 2 more