MCPcopy 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
477function getAcs(): AsyncContextStrategy {
478 const carrier = getMainCarrier();
479 return getAsyncContextStrategy(carrier);
480}
481
482function _startRootSpan(
483 spanArguments: SentrySpanArguments,

Callers 7

startSpanFunction · 0.85
startSpanManualFunction · 0.85
startInactiveSpanFunction · 0.85
withActiveSpanFunction · 0.85
suppressTracingFunction · 0.85
isTracingSuppressedFunction · 0.85
startNewTraceFunction · 0.85

Calls 2

getMainCarrierFunction · 0.90
getAsyncContextStrategyFunction · 0.90

Tested by

no test coverage detected