Skip to content

meteorhacks/zones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.