Skip to content

v0.1.11

Choose a tag to compare

@AdityaSaroj AdityaSaroj released this 19 Feb 15:03
· 62 commits to main since this release
75a3d3d
  • Breaking: Removed the legacy HttpExporter from the Python SDK; OTLP HTTP (OTLPExporter) is now the only network exporter path.
  • Config semantics: use_otlp=True (default) uses OTLP HTTP; when use_otlp=False, you must enable either console or file exporter (validated in both the config model and at runtime via start_tracing).