We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263e3c0 commit ea17a3eCopy full SHA for ea17a3e
opentelemetry-api/src/opentelemetry/context/__init__.py
@@ -54,7 +54,7 @@ def _load_runtime_context() -> typing.Optional[_RuntimeContext]:
54
logger.exception(
55
"Failed to load context: %s, fallback to %s",
56
configured_context,
57
- OTEL_PYTHON_CONTEXT,
+ default_context,
58
)
59
return next( # type: ignore
60
iter( # type: ignore
0 commit comments