Wicket in Action

Capture JavaScript errors and log them at the server

30 January 2014, by martin-g

ThoughtWorks technology radar recommends capturing client-side JavaScript errors and logging them at the server. This way you can see whether your application experience problems on different browsers.

A solution for Apache Wicket

Michael Haitz has implemented a small library that integrates with Wicket’s JavaScript APIs and captures and sends all client-side logs to the server.

Check its documentation to see how to setup and use it!

-->