We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Promise.withResolvers is broken by the included version of zone.js via @opentelemetry/context-zone.
See open-telemetry/opentelemetry-js#4354 for details.
In an app with @grafana/faro-web-tracing 1.8.2, type Promise.withResolvers in the console.
It is a function.
It is undefined.
For a workaround, I added the following to my package.json:
"overrides": { "@grafana/faro-web-tracing": { "@opentelemetry/context-zone": "1.25.1" } }
I'm not sure if this is going to have any unwanted side-effects yet.
The text was updated successfully, but these errors were encountered:
@ajaffie with Faro 1.10.0 we updated the all otel deps. Does this solve your issue?
Sorry, something went wrong.
No branches or pull requests
Description
Promise.withResolvers is broken by the included version of zone.js via @opentelemetry/context-zone.
See open-telemetry/opentelemetry-js#4354 for details.
Steps to reproduce
In an app with @grafana/faro-web-tracing 1.8.2, type Promise.withResolvers in the console.
Expected behavior
It is a function.
Actual behavior
It is undefined.
Environment
Context
For a workaround, I added the following to my package.json:
I'm not sure if this is going to have any unwanted side-effects yet.
The text was updated successfully, but these errors were encountered: