I am currently using the excellent OpenLog (from OpenNTF) to log Javascript errors, this works fine for ‘normal’ Javascript. However, it doesn’t log Javascript errors within jQuery code. I assume that jQuery has it’s own error handler which isn’t been passed to OpenLog.
Is there a way for jQuery errors to be reported back to OpenLog?
I’ve cross posted this post on the OpenLog project discussion.