View error source code

View the source of your Javascript errors online

When an error is logged we received the error message, the line number the error occured on and the url that was being accessed when the error occured.

To make it easier for you to trace the cause of your error we have integrated a source code browser (see below image), which will automatically retrieve the html source of the page that the error occured on.  Knowing that the root cause of a script error may often lie in external javascript files the interface also provides easy access to all referenced javascript and css files.  This enables you to quickly assess the root cause of the error from within the ErrorAlerts website.

Screen image of source code browser

We also log information about the browser and platform that was being used at the time of the error, this information is sent across in the header of the script file used to log the error. You can view the details of the browser and systems used to aid in your debugging effort.