open-telemetry / opentelemetry-js-contrib

OpenTelemetry instrumentation for JavaScript modules
https://opentelemetry.io
Apache License 2.0
685 stars 502 forks source link

graphql: support new v16 #836

Closed blumamir closed 2 years ago

blumamir commented 2 years ago

grpahql has a new major version: 16 npm Our tests seems to fail for this version, as can be seen in this renovate PR

The instrumentation reports supporting version >=14. But tests for v16 fail. This issue is to investigate why tests are failing and create a PR with fixes and support for v16

vmarchaud commented 2 years ago

Rauno already opened an issue for this here: https://github.com/open-telemetry/opentelemetry-js-contrib/issues/836 so i'm closing this one

vmarchaud commented 2 years ago

Sorry it was this one: https://github.com/open-telemetry/opentelemetry-js-contrib/issues/784