Skip to content

Telemetry Tracker v1.5.15

Choose a tag to compare

@unjica unjica released this 08 Jul 16:37
· 737 commits to develop since this release
7249187

Highlights

  • SDK Web Vitals ingest — browser/Next SDK captures LCP, INP, CLS, and TTFB as $web_vital events (#193)
  • SDK Web Vitals reliabilitywebVitals: false on 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 deploy

New 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.