Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meteorhacks/zones
- Owner: meteorhacks
- License: mit
- Created: 2014-07-09T07:36:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T10:12:56.000Z (about 3 years ago)
- Last Synced: 2023-03-11T01:48:15.805Z (over 1 year ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 30
- Watchers: 4
- Forks: 11
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-meteor - meteorhacks:zones - Improves error tracking. It can be used to capture stack traces over the async execution path. (Packages)
README
[![](https://api.travis-ci.org/meteorhacks/zones.svg)](https://travis-ci.org/meteorhacks/zones)
# Zone.JS integration for meteorWith [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 zonesThat'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).