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
test(browser): Add integration tests for new XHR Transport (getsentry#4814)
add integration tests to test the new XHR transport introduced in getsentry#4803
* the tests are very similar to the new Fetch transport integration tests introduced in getsentry#4765. The only difference is that they disable the browsers' Fetch API by setting window.fetch = undefined. This way, the SDK falls back to the XHR transport.
0 commit comments