1.34.0 (2025-05-01)
Features Added
- Added a
set_span_error_status
method to theOpenTelemetryTracer
class. This method allows users to set the status of a span toERROR
after it has been created. #40703
Other Changes
- Python 3.8 is no longer supported. Please use Python version 3.9 or later.