Telemetry Tracker v1.5.15
Highlights
- SDK Web Vitals ingest — browser/Next SDK captures LCP, INP, CLS, and TTFB as
$web_vitalevents (#193) - SDK Web Vitals reliability —
webVitals: falseon re-init stops capture; batched vitals flush with keepalive on page hide and tab hidden
Upgrade (self-hosted)
From v1.5.14, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
- None — no database changes in this release.
SDK compatibility
Platform v1.5.15 works with @telemetry-tracker/* >= 1.3.0 (in-repo SDK includes Web Vitals capture; npm publish optional for external consumers).
Breaking changes
- None.
Full changelog
See CHANGELOG.md.