Skip to main content


A Perl implementation of the OpenTelemetry standard

Changes for 0.017 - 2023-11-19T12:39:37+00:00

  • Undo conditional logic in Tracer's in_span introduced in 0.016. The span is read-only, so we cannot read its status. We now set the status unconditionally, but the user is free to mark the span as ended, in which case the automatically set status will be discarded.