@opentelemetry/context-zone eradicates Promise.withResolvers #4354
Labels
bug
Something isn't working
priority:p1
Bugs which cause problems in end-user applications such as crashes, data inconsistencies, etc
What happened?
Steps to Reproduce
@opentelemetry/context-zone
as a dependencyPromise.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
The text was updated successfully, but these errors were encountered: