Catch all javascript errors and send them to server

Posted by ssaboum on Stack Overflow See other posts from Stack Overflow or by ssaboum
Published on 2011-03-16T16:09:15Z Indexed on 2011/03/16 16:10 UTC
Read the original article Hit count: 144

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.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about error-handling