custom_span_registry library
Classes
- CustomSpanRegistry
- Dart-side span id registry: maps returned by the native bridge to trace ids, plus zone-scoped “active global span” for CoralogixGlobalSpan.withContext.
Enums
- CoralogixIgnoredInstrument
- Auto-instrumentation kinds that can be excluded when linking Dart-side work to an active global span (enforced in Dart, not native).
Constants
- cxActiveSpanIdKey → const Symbol
-
Zone key for the active global custom span id (see
getActiveGlobalSpanId). Matches hybrid research:Zone.current[#cxActiveSpanId]so values surviveawaitand unrelated async chains do not see the wrong id (Q5).