Currently the default behavior when there is a Python context extraction failure is to call tracing::error!. This requires the tracing library which isn't a current dependency of pyo3-opentelemetry. Therefore, by default, we should just print the error to stderr.
Currently the default behavior when there is a Python context extraction failure is to call
tracing::error!. This requires thetracinglibrary which isn't a current dependency ofpyo3-opentelemetry. Therefore, by default, we should just print the error to stderr.