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
13 changes: 0 additions & 13 deletions .changeset/bootstrap-honest-status-polyglot.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @smooai/observability

## 0.17.0

### Minor Changes

- 7aecf45: TypeScript, Go, Python and .NET bootstraps now report whether they are actually
EXPORTING, not just whether they ran, and warn loudly when no OTLP endpoint is
configured — the same fix already landed for Rust.

`installed` / `Installed` kept its old meaning (bootstrap ran) and now says so
honestly in its doc comment; the new `exporting` / `Exporting` answers the
question that actually matters: does telemetry have anywhere to go. In TS and
Python the no-endpoint case is worse than a no-op — the OTel exporters fall back
to `http://localhost:4318` and retry into the void forever.

## 0.16.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.16.0",
"version": "0.17.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