DEV Community

Discussion on: Tracking errors in Angular with Sentry

Collapse
 
n_mehlhorn profile image
Nils Mehlhorn • Edited

Angular's zone might wrap occurring errors in order to have error messages point to the place where an error occurred initially. You can see this in the sources here:

I couldn't find any precise docs on that, yet it's also done like this in the Sentry official examples. Therefore I thought it's best to keep the check in there.