Catch all javascript errors and send them to server
- by ssaboum
Hi everyone, i wandered if anyone had experience in handling javascript errors globally and send them from the client browser to a server.
I think my point is quite clear, i want to know every exceptions, errors, compilation errors, ... that happens on the client side and send them to the server to report them.
I'm mainly using mootools and head.js (for the js side) and django for the server side (not that it matters...).
Thank you for your help.
Regards.