Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/tracing-span-bridge.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading