rootSpan property

Span? rootSpan
getter/setter pair

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;