diff --git a/.changeset/tracing-span-bridge.md b/.changeset/tracing-span-bridge.md deleted file mode 100644 index 45fabc8..0000000 --- a/.changeset/tracing-span-bridge.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@smooai/observability': minor ---- - -Rust: new `tracing-bridge` feature and `OtelSdkHandle::tracing_span_layer()`, so -`tracing` SPANS (`#[instrument]`, `info_span!`) actually export. The SDK set the -global tracer provider but never bridged `tracing` spans into it, so they were -printed and dropped while the service looked fully instrumented. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8326355..f14b586 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @smooai/observability +## 0.19.0 + +### Minor Changes + +- b4ba6c4: Rust: new `tracing-bridge` feature and `OtelSdkHandle::tracing_span_layer()`, so + `tracing` SPANS (`#[instrument]`, `info_span!`) actually export. The SDK set the + global tracer provider but never bridged `tracing` spans into it, so they were + printed and dropped while the service looked fully instrumented. + ## 0.18.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index e46341e..1e67209 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/observability", - "version": "0.18.0", + "version": "0.19.0", "description": "Smoo AI Observability SDK — OTel-first error capture, traces, metrics, and React/Next.js integrations in a single package with subpath exports", "homepage": "https://github.com/SmooAI/observability", "bugs": {