DiederikvandenB/apollo-link-sentry

Test usage with subscriptions

spawnia opened this issue · 3 comments

Test usage with subscriptions

I actually tried it with subscriptions yesterday, and so far it doesn't work, because a subscription has multiple calls to next, but only a single complete event when the sub stops.

Interesting, could you give this a shot? You already touched the relevant parts of the codebase in your recent PR.

I can take a look. The difficult part will likely be setting up a mock subscription.