MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / getGlobalScope

Function getGlobalScope

packages/react/test/redux.test.ts:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 };
17 },
18 getGlobalScope() {
19 return {
20 addEventProcessor: mockGlobalScopeAddEventProcessor,
21 };
22 },
23 addEventProcessor: vi.fn(),
24 addBreadcrumb: vi.fn(),
25}));

Callers 15

index.test.tsFile · 0.50
_beginProfilingMethod · 0.50
_endProfilingMethod · 0.50
_resetProfilerInfoMethod · 0.50
createReduxEnhancerFunction · 0.50
sdk.test.tsFile · 0.50
sdk.test.tsFile · 0.50
sdk.test.tsFile · 0.50
sdk.test.tsFile · 0.50
sdk.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected