You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symbol('sentryTracing') is undefined when using subscriptions with graphql-ws (together with fastify and yoga) and as such causes the subscription call itself to fail. Not sure if the package is meant to be used with subscriptions - but at least it shouldn't crash :)
We have found the same, but without using subscriptions. We do use GraphQL Yoga.
I'm also using GraphQL Yoga (made that clearer in the original post) although "plugged into" fastify. Are you using vanilla GraphQL Yoga and get the same consistently?
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@envelop/[email protected]
for the project I'm working on.Symbol('sentryTracing')
is undefined when using subscriptions with graphql-ws (together with fastify and yoga) and as such causes the subscription call itself to fail. Not sure if the package is meant to be used with subscriptions - but at least it shouldn't crash :)Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: