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

Function getDefaultIsolationScope

packages/core/src/defaultScopes.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9/** Get the default isolation scope. */
10export function getDefaultIsolationScope(): Scope {
11 return getGlobalSingleton('defaultIsolationScope', () => new Scope());
12}

Callers 15

getScopesFunction · 0.90
getScopesFunction · 0.90
getCurrentIsolationScopeFunction · 0.90
getAsyncContextStackFunction · 0.90
layerHandlePatchedFunction · 0.90
applyFunction · 0.90
applyFunction · 0.90
getScopesFunction · 0.90
instrumentHandleFunction · 0.90
getScopesFunction · 0.90
interceptMethod · 0.90
onStartMethod · 0.90

Calls 1

getGlobalSingletonFunction · 0.90

Tested by 2

getScopesFunction · 0.72
getScopesFunction · 0.72