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.setAttributes()to attach baggage attributes once and propagate trace metadata to child spans through context. - Latitude baggage keys are normalized to snake_case automatically (
latitude.documentUuid->latitude.document_uuid).
Removed
- Removed prompt/chat/external span option aliases (
documentLogUuid,promptUuid,versionUuid,source, and related fields) from manual instrumentation options; pass these viaattributesorcontext.setAttributes()instead.