-
Notifications
You must be signed in to change notification settings - Fork 954
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority:p1Bugs which cause problems in end-user applications such as crashes, data inconsistencies, etcBugs which cause problems in end-user applications such as crashes, data inconsistencies, etc
Description
What happened?
Steps to Reproduce
- Open any web page that has
@opentelemetry/context-zoneas a dependency - Open a console
- Run
Promise.withResolvers()
Expected Result
Get {promise: Promise, resolve: f, reject: f}
Actual Result
Get a Promise.withResolvers is not a function
Additional Details
This is caused by a reliance on zone.js
OpenTelemetry Setup Code
No response
package.json
No response
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:p1Bugs which cause problems in end-user applications such as crashes, data inconsistencies, etcBugs which cause problems in end-user applications such as crashes, data inconsistencies, etc