graphql-network-inspector
graphql-network-inspector copied to clipboard
Request from / intercepted from service worker are not shown
Describe the bug Request from / intercepted from service worker are not shown, in my opinion, a couple of days / weeks ago, it worked, but now we don't see any request that are intercepted by MSW (https://mswjs.io) back in the inspector.
If we disable MSW, we see the requests, (so I can rule out storybook or something else), but we need mocking, so we don't go to the actual grapnel backend.
Expected behavior Show request, even when they are "local"
Screenshots