-
released this
2026-02-10 11:45:15 +00:00 | 13 commits to main since this releaseWhat's Changed
Bug Fix: Duplicate Trace ID Handling
Fixed 409 errors caused by intermediate SDK flushes sending duplicate trace IDs to the ingestion API.
Changes:
apps/web/src/app/api/traces/route.ts— ChangedINSERTtoUPSERTfor trace ingestion, so duplicate trace IDs are updated instead of rejectedpackages/sdk-ts/src/transport.ts— Added buffer dedup by trace ID inadd()method to prevent redundant payloads
Version Bumps
Downloads