How to log client side errors - Or: Log JavaScript exceptions on to OpenLog

I have written about the project Open Log earlier in this post. It’s a mature well designed logging framework to be used by developers on all more complex sites.

developers are used to log what’s happening at the server, what leaves the server and occasianly what’s sent to the server. But we are not very used to what’s happening at the web client side. Yes, of course, we do error traping and tries to move the user along when exceptions occur, but we aren’t too good on tracking them.

Matt White over at 11TMR is showing a cool tip on how to use a simple in call to the server to log an error into the [tag]OpenLog[tag] database. Very cool, very useful. I suggest you leave my blog to go and read his article on this subject: 11TMR | Logging JavaScript Errors to OpenLog

Leave a comment

Your comment