instana / nodejs

Node.js in-process collectors for Instana
MIT License
69 stars 37 forks source link

feat: added support for graphql-subscriptions v3 #1446

Closed instanacd closed 2 weeks ago

instanacd commented 3 weeks ago

Tada!

abhilash-sivan commented 3 weeks ago

A major code change has affected our instrumentation. We might have to support both v2.0.0 and v3.0.0 separately. We can discuss it internally.

https://github.com/apollographql/graphql-subscriptions/releases

Replaced iterall with native Symbol.asyncIterator. PubSubEngine.asyncIterator is now PubSubEngine.asyncIterableIterator

aryamohanan commented 2 weeks ago

commit suggestion

feat: added support for graphql-subscriptions v3