Automatically reporting javascript errors to the developer
Posted
by Cine
on Stack Overflow
See other posts from Stack Overflow
or by Cine
Published on 2010-04-12T10:40:12Z
Indexed on
2010/04/12
10:43 UTC
Read the original article
Hit count: 267
As most production environments we have setup something to send us a notification if there is an error in our web application. The problem is ofcourse that this only covers errors on the server side.
My question to the community is: What are you doing about client side errors, especially in javascript?
And what about other quality of service issues, such as slow processing and other things that might be due to the client machine?
© Stack Overflow or respective owner