pub const OTEL_STATUS_MESSAGE: &'static str;Expand description
tracing-opentelemetry special field: sets the OTel span status
description. Used here to carry the exception message, mirroring
Python’s capture_exception (observability.py:1407-1411, which
calls set_status(description=repr(exception))).