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
If you have any suggestions, thoughts, things I should be aware of when implementing the new ZoneScopeManager that will support async operations please share it, thank you.
The text was updated successfully, but these errors were encountered:
Also, I think the core functionality of the scope manager should bring in Zone.js as a peerDependency, and call the package something like opentelemetry-scope-zone-peer-dep. The advantage of that is that for Angular apps that bring in Zone.js already, there are no issues around version skew or problems around bringing in the Zone.js library twice.
That said, for non-Angular apps (the majority!), we could have a more convenient package opentelemetry-scope-zone that just composes opentelemetry-scope-zone-peer-dep with the Zone.js package itself. We could clearly document which package to use when based on whether your app already includes the Zone.js dependency.
If you have any suggestions, thoughts, things I should be aware of when implementing the new
ZoneScopeManager
that will support async operations please share it, thank you.The text was updated successfully, but these errors were encountered: