There was an error while loading. Please reload this page.
1 parent 5335050 commit afd4f14Copy full SHA for afd4f14
1 file changed
packages/browser/test/integrations/httpclient.test.ts
@@ -26,7 +26,6 @@ describe('httpClientIntegration', () => {
26
const client = new BrowserClient(getDefaultBrowserClientOptions(options));
27
28
vi.spyOn(SentryCore, 'getClient').mockReturnValue(client);
29
- vi.spyOn(SentryCore, 'supportsNativeFetch').mockReturnValue(true);
30
const addFetchSpy = vi
31
.spyOn(SentryCore, 'addFetchInstrumentationHandler')
32
.mockImplementation(() => () => undefined);
0 commit comments