Telemetry Tracker v1.4.12
Highlights
- Analytics UI design system — shared dark panel chrome across overview, issues, events, sessions, and alerts
- Issue detail — Sentry-style layout with metrics row, stack trace / occurrences tabs, and sidebar metadata
- Issues list — dense table view with status, count, and last seen columns
- Issue detail API —
GET /api/errors/:idnow returnsusers_affectedandsessions_affected
Upgrade (self-hosted)
From v1.4.11, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
None — no database changes in this release.
Breaking changes
- None.
Full changelog
See CHANGELOG.md.