···991010from solstone.log_policy import apply_http_logging_policy
11111212-# HuggingFace Hub reads this at import time. Default telemetry off before any
1313-# optional provider path can import huggingface_hub.
1212+# HuggingFace Hub and OpenTelemetry-compatible SDKs read these at import/init
1313+# time. Default telemetry off before any optional provider path can import them.
1414os.environ.setdefault("HF_HUB_DISABLE_TELEMETRY", "1")
1515os.environ.setdefault("DO_NOT_TRACK", "1")
1616+os.environ.setdefault("OTEL_SDK_DISABLED", "true")
16171718try:
1819 __version__ = _pkg_version("solstone")