spanTransformers property
Transformers to apply to the span tree before rendering.
Transformers are applied in order after buildSpan creates the initial span tree. They can modify, remove, or wrap spans in the tree.
Implementation
final List<SpanTransformer> spanTransformers;