Skip to content

Provide an interceptable way to handle unhandled exceptions on JS #2407

Open
@qwwdfsad

Description

@qwwdfsad

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions