meteorhacks/zones

Name: zones

Owner: meteorhacks

Description: Zone.js integration for meteor

Created: 2014-07-09 07:36:28.0

Updated: 2018-02-21 19:56:15.0

Pushed: 2016-10-14 15:37:11.0

Homepage: null

Size: 1037

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Zone.JS integration for meteor

With 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

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

For more information, visit Kadira's error tracking docs.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.