rootSpan property
A trace of the entire request processing, represented as a root span.
This span can contain nested child spans for specific operations.
Implementation
Span? rootSpan;
A trace of the entire request processing, represented as a root span.
This span can contain nested child spans for specific operations.
Span? rootSpan;