Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meteorhacks/zones

Zone.js integration for meteor
https://github.com/meteorhacks/zones

Last synced: about 2 months ago
JSON representation

Zone.js integration for meteor

Awesome Lists containing this project

README

        

[![](https://api.travis-ci.org/meteorhacks/zones.svg)](https://travis-ci.org/meteorhacks/zones)
# Zone.JS integration for meteor

With [Zone.JS](https://github.com/angular/zone.js) integration, we can follow Meteor's async execution path (in client) and identify more information which is not possible before.

As a result of that, error tracking can be improved and it can be used to capture stack traces over the async execution path.

[![Demo: Zone.JS with Meteor](https://i.cloudup.com/uD_z8km2Xz.png)](http://zones-example.meteor.com/)

### Installation

meteor add meteorhacks:zones

// for older Meteor version
mrt add zones

That's all you've to do :)

### Integration with Kadira

If you've added zones into a Meteor application which is being monitored with Kadira, error tracking on client can be improved dramatically. See following error trace:

![Kadira Error Tracking improved using Zones](https://cldup.com/-sxdlAvujw.png)

For more information, visit Kadira's [error tracking docs](http://support.kadira.io/knowledgebase/articles/421158-client-side-error-tracking-with-zones).