Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ setup
Function
setup
packages/browser/src/integrations/httpclient.ts:53–56 ·
view source on GitHub ↗
(client)
Source
from the content-addressed store, hash-verified
51
return
{
52
name: INTEGRATION_NAME,
53
setup(client): void {
54
_wrapFetch(client, _options);
55
_wrapXHR(client, _options);
56
},
57
};
58
}) satisfies IntegrationFn;
59
Callers
nothing calls this directly
Calls
2
_wrapFetch
Function · 0.85
_wrapXHR
Function · 0.70
Tested by
no test coverage detected