Skip to content

Provide some way to report all uncaught exceptions as error logs #256

@bemasc

Description

@bemasc

In JS, you can set an error handler for a whole module, to catch all otherwise-uncaught errors. We could use this to serialize those errors (complete with traceback) into the logging system.

This would allow more complete logs and/or better code (no need to throw and log).

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