Skip to content

Telemetry Tracker v1.4.12

Choose a tag to compare

@unjica unjica released this 07 Jul 14:26
17c3a78

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 APIGET /api/errors/:id now returns users_affected and sessions_affected

Upgrade (self-hosted)

From v1.4.11, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

None — no database changes in this release.

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.