MCPcopy 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

eventFromPlainObjectFunction · 0.90
diagnoseSdkConnectivityFunction · 0.90
showReportDialogFunction · 0.90
getScriptURLFunction · 0.90
startProfilerFunction · 0.90
stopProfilerFunction · 0.90
applyDebugMetadataFunction · 0.90
shouldProfileSpanLegacyFunction · 0.90
handlerFunction · 0.90
_getDomBreadcrumbHandlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected