v1.34.1
📦 opentelemetry-pythonView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This is a patch release fixing an invalid mypy ignore directive and restoring the `span_exporter` property on `BatchSpanProcessor`.
✨ New Features
- Re-added the `span_exporter` property to the `BatchSpanProcessor` class.
🐛 Bug Fixes
- Fixed an invalid `type: ignore` in `opentelemetry-sdk` that caused mypy to ignore the entire file.