Remote logging
Remote Javascript error logging, and notifications
The main reason many of us don't add proper error tracking logic into our javascript code is time.
It seems to take longer to add in try-catch statements around potential points of error than to just hope for the best.
The truth is, that catching errors and dealing with them appropriately is necessary to ensure your users are experiencing your
website as you intended them to.
We would advise you to use appropriate error handling where possible, however ErrorAlerts.com
provides you a solution to trap unhandled errors, and to be notified as soon as
these occur. ErrorAlerts is a hosted service which runs remotely from your
website, this means that you will not have to setup any software on your systems
at all. The only requirement for installation is that you add the small script
file to the beginning of the head section of every page, that's it.
The system stores the error message, the line number the error occured on and the
url that was being accessed at the time of the error. These are sent to our
server by the script you add to the head section of each page. Along with
this we also store details about the browser, and platform that was being used to
access your website at the time of the error. All of this information is valuable
to you when trying to understand the root cause of an error.