New Features ✨
- (tracing) Promote trace_lifecycle and ignore_spans to top-level options by @ericapisani in #6821
Bug Fixes 🐛
Tracing
- Skip child span creation in streaming path when no current span (HTTP clients) by @sentrivana in #6811
- Skip child span creation in streaming path when no current span (task queues) by @sentrivana in #6814
- Skip child span creation in streaming path when no current span (misc) by @sentrivana in #6815
- Skip child span creation in streaming path when no current span (databases) by @sentrivana in #6808
- Skip child span creation in streaming path when no current span (web frameworks) by @sentrivana in #6810
- Skip child span creation in streaming path when no current span (django) by @sentrivana in #6809
Internal Changes 🔧
- (logging) Fix flaky test_logging_captured_warnings by @ericapisani in #6824
- Remove flaky no cyclic garbage test by @alexander-alderman-webb in #6817
- Remove Claude permission settings by @cleptric in #6806
- Move
nullcontexttosentry_sdk.utilsby @sentrivana in #6805