Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ getAcs
Function
getAcs
packages/core/src/tracing/trace.ts:477–480 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
475
}
476
477
function
getAcs(): AsyncContextStrategy {
478
const
carrier = getMainCarrier();
479
return
getAsyncContextStrategy(carrier);
480
}
481
482
function
_startRootSpan(
483
spanArguments: SentrySpanArguments,
Callers
7
startSpan
Function · 0.85
startSpanManual
Function · 0.85
startInactiveSpan
Function · 0.85
withActiveSpan
Function · 0.85
suppressTracing
Function · 0.85
isTracingSuppressed
Function · 0.85
startNewTrace
Function · 0.85
Calls
2
getMainCarrier
Function · 0.90
getAsyncContextStrategy
Function · 0.90
Tested by
no test coverage detected