Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bemasc opened this issue Apr 20, 2015 · 0 comments
Open

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

bemasc opened this issue Apr 20, 2015 · 0 comments

Comments

@bemasc
Copy link
Contributor

bemasc commented Apr 20, 2015

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant