Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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. */
10
export
function
getDefaultIsolationScope(): Scope {
11
return
getGlobalSingleton(
'defaultIsolationScope'
, () =>
new
Scope());
12
}
Callers
15
getScopes
Function · 0.90
getScopes
Function · 0.90
getCurrentIsolationScope
Function · 0.90
getAsyncContextStack
Function · 0.90
layerHandlePatched
Function · 0.90
apply
Function · 0.90
apply
Function · 0.90
getScopes
Function · 0.90
instrumentHandle
Function · 0.90
getScopes
Function · 0.90
intercept
Method · 0.90
onStart
Method · 0.90
Calls
1
getGlobalSingleton
Function · 0.90
Tested by
2
getScopes
Function · 0.72
getScopes
Function · 0.72