Skip to content

0 using zonejs

Giordano Cardillo edited this page May 1, 2018 · 1 revision

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.

Clone this wiki locally