Skip to content
← Back to all posts

Posts tagged with logging

Logging client side errors server-side in AngularJS

07 February 2014

If builders built buildings the way programmers wrote programs, the first wood-pecker that came along would destroy civilization ~ Gerald Weinberg

Tracking down a problem in a rich client application is hard when you can’t see what your user is seeing and experiencing. Worse, when the errors are raised they exist only in the context of the users browser, where we, as the developers of the code can’t get to them. This post describes how we get around this problem at Talis in our AngularJS apps using stacktrace.js to help us.

Read more about "Logging client side errors server-side in AngularJS"