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
window.fetch in my project is indeed patched, by Sentry, not mirage. There are so many things that patch fetch -- this really cannot be a determiner of mirage.
I'm attempting to move to Request Handlers but when I attempt to modify headers I'm hitting:
it is coming from:
https://github.com/warp-drive-data/warp-drive/blob/main/warp-drive-packages/core/src/request/-private/fetch.ts#L143
window.fetchin my project is indeed patched, by Sentry, not mirage. There are so many things that patch fetch -- this really cannot be a determiner of mirage.