Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ getClient
Function
getClient
packages/browser/test/eventbuilder.test.ts:13–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
return
{
12
...((
await
requireActual()) as any),
13
getClient() {
14
return
{
15
getOptions(): any {
16
return
{ normalizeDepth: 6 };
17
},
18
};
19
},
20
};
21
});
22
Callers
15
eventFromPlainObject
Function · 0.90
diagnoseSdkConnectivity
Function · 0.90
showReportDialog
Function · 0.90
getScriptURL
Function · 0.90
startProfiler
Function · 0.90
stopProfiler
Function · 0.90
applyDebugMetadata
Function · 0.90
shouldProfileSpanLegacy
Function · 0.90
handleForwardedWorkerRejection
Function · 0.90
handler
Function · 0.90
_getSentryBreadcrumbHandler
Function · 0.90
_getDomBreadcrumbHandler
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected