You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
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.
5
5
6
-
With zones, error tracking can be improved and it provided stack traces over async execution path.
6
+
As a result of that, error tracking can be improved and it can be used to capture stack traces over the async execution path.
7
7
8
8
[](http://zones-example.meteor.com/)
9
9
@@ -22,4 +22,4 @@ If you've added zones into a Meteor application which is being monitored with Ka
22
22
23
23

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