Changed
- Marked the 3.x line as a beta prerelease so stable users stay on 2.x until 3.x is production-ready.
- Added
telemetry.context.set_attributes()to set baggage attributes once and propagate trace metadata to child spans.
Removed
- Removed manual instrumentation option aliases for prompt/chat/external/completion spans (including
documentLogUuid,promptUuid,versionUuid, and related fields). Pass trace metadata withattributesor context baggage instead.