0 using zonejs - giordanocardillo/kadira-server GitHub Wiki
navTitle: Getting Improved Stack Traces with Zone.js title: Getting Improved Stack Traces with Zone.js
We've extended Angular's Zone.js project and in order to capture some meaningful stack, still using the minified code. It's available as a package called meteorhacks:zones.
With this, we can get the context of the error, as shown below:
Unfortunately, Zone.js is not stable yet and may not work with your app. So, make sure to try it before deploying zones into production.
