BaseSpan
andActiveSpan
are simplified into a singleSpan
class.Scope
replacesActiveSpan
, removingContinuations
.ScopeManager
replacesActiveSpanSource
.Tracer.activeSpan()
returns the current value ofTracer.scopeManager().active().span()
as a convenience.startManual()
deprecated in favor ofstart()
- new examples directory