menu
cx_flutter_plugin package
documentation
custom_span_registry.dart
CustomSpanRegistry
registerSpan static method
registerSpan static method
dark_mode
light_mode
registerSpan
static method
void
registerSpan
(
String
spanId
,
String
traceId
)
Implementation
static void registerSpan(String spanId, String traceId) { _spanTraceIds[spanId] = traceId; }
cx_flutter_plugin package
documentation
custom_span_registry
CustomSpanRegistry
registerSpan static method
CustomSpanRegistry class