plugins/otel/v1.3.0
maximhq/bifrostplugins/otel/v1.3.0Jun 25, 2026by akshaydeo
AI Summary
An observability plugin release adding session-based trace grouping and configuration options for root span logging.
Key Highlights
- Added `group_traces_by_session` support for OTEL/Datadog plugins.
- Introduced a toggle to disable root-span content logging.
- Added typed `SecretVar` env/vault reference support.
- Upgraded core to v1.6.0 and framework to v1.4.0.
New Features
- Trace grouping by session
- Root span content logging toggle
- SecretVar support
Full Release Notes
## Plugin Release: otel v1.3.0 - feat: add group_traces_by_session support - feat: add root span content logging disable toggle - feat: add typed SecretVar env/vault reference support - chore: upgraded core to v1.6.0 and framework to v1.4.0 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/otel@v1.3.0 ``` --- _This release was automatically created from version file: `plugins/otel/version`_