Hi, My webapp currently employs a JS based error logging system for reporting JS error on the client side. The problem with logging your error using javascript is just that - we are using a technology to monitor problems in that same technology. Easily an error in the JS could prevent the logging from occuring.
I was wondering if anyone has an idea how we could log and report client side errors without relying on out own Javascript code.
thanks