andytill / erlyberly

erlang tracing for the masses
https://twitter.com/erlyberlytips
GNU General Public License v3.0
694 stars 43 forks source link

Show error reports #38

Closed andytill closed 9 years ago

andytill commented 9 years ago

erlyberly should always put a trace on the error_logger, error reports for crashed processes can then be sent to the erlyberly UI and displayed in a separate list to make it obvious that something has gone wrong.

An exclamation mark in the top bar should show red, or maybe show the number of unseen error reports with a red outline like OSX notifications.

andytill commented 9 years ago

Released in 0.6.6, erlyberly adds an error handler to the remote node when it connects that sends it crash reports as they happen, no polling.