Closed pot-code closed 8 months ago
I believe this code was added by mistake in v2.2.6 here: https://github.com/mswjs/msw/pull/2094#issuecomment-2002730036
I believe this code was added by mistake in v2.2.6 here: https://github.com/mswjs/msw/pull/2094#issuecomment-2002730036
Thank you😇
Thanks for reporting this! Fixed in https://github.com/mswjs/msw/pull/2099.
This has been released in v2.2.8!
Make sure to always update to the latest version (npm i msw@latest
) to get the newest features and bug fixes.
Predictable release automation by @ossjs/release.
Scope
Improves an existing behavior
Compatibility
Feature description
msw intercept all my XHR requests including non-api calls, so the logs flooded my console like this:
after digging through the source code, i found it is hardcoded:
is there anyway to turn off it? because i only want to see my debug logs