cxActiveSpanIdKey top-level constant
Symbol
const cxActiveSpanIdKey
Zone key for the active global custom span id (see getActiveGlobalSpanId).
Matches hybrid research: Zone.current[#cxActiveSpanId] so values survive
await and unrelated async chains do not see the wrong id (Q5).
Implementation
const Symbol cxActiveSpanIdKey = #cxActiveSpanId;