Releases: Telemetry-Tracker/telemetry-tracker
Release list
Telemetry Tracker v1.5.13
Highlights
- Sessions KPI sparklines — null gaps for empty rate/duration buckets; horizontal mobile layout with fixed-width charts
- Sessions table on mobile — truncate user/session IDs, fix duration bar overflow, restore horizontal scroll for timestamps
Upgrade (self-hosted)
From v1.5.12:
No database migrations.
Breaking changes
- None.
Full changelog
See CHANGELOG.md.
Telemetry Tracker v1.5.12
Highlights
- Overview page crash fix — precompute error detail links on the server instead of passing a function into the top-errors client panel (fixes RSC boundary error on
/dashboard/overview)
Upgrade (self-hosted)
From v1.5.11:
No database migrations — dashboard-only hotfix.
Breaking changes
- None.
Full changelog
See CHANGELOG.md.
Telemetry Tracker v1.5.11
Highlights
- Overview KPI row — errors, events, and sessions cards with prior-period compare and sparklines; avg response time and Apdex when Node
$requestduration data exists (#272, #183) GET /api/overview—kpiSparklines, optionalrequestMetrics,metricsTopErrorGroups, andrecentSessionsfor the overview hero layout- Overview layout — polished telemetry volume chart and top-errors / recent-sessions grid
Upgrade (self-hosted)
From v1.5.10, 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.
Telemetry Tracker v1.5.10
Highlights
- Sessions filters and context — search plus Environment, Release, and Country filters; country flag and browser/OS columns; optional user email from
identify()(#269) - Session ingest — SDK sends device/country context; session rows store
country,device_browser,device_os, anduser_email
Upgrade (self-hosted)
From v1.5.9, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
20260708120000_session_geo_device_email
Full changelog
See CHANGELOG.md.
Telemetry Tracker v1.5.9
Highlights
- Sessions enriched table — duration with relative bar, pages/events counts, healthy/warning status badge, default sort by duration (#266)
- Session detail — matching duration, page/event counts, and status on
/dashboard/sessions/[id]
Upgrade (self-hosted)
From v1.5.8, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
None — no database changes in this release.
Full changelog
See CHANGELOG.md.
Telemetry Tracker v1.5.8
Highlights
- Sessions analytics panels — sessions-over-time area chart with Hour/Day/Week bucket control and platform donut, scoped to sessions list filters (#264)
GET /api/sessions/analytics— filtered session volume series and platform breakdown aligned with the sessions list
Upgrade (self-hosted)
From v1.5.7, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
None — no database changes in this release.
Full changelog
See CHANGELOG.md.
Telemetry Tracker v1.5.7
Highlights
- Sessions page summary KPIs — total sessions, users, avg duration, bounce rate, and crash-free rate with prior-period compare and sparklines (#262)
GET /api/sessions/summary— session KPIs aligned with the sessions list filters
Upgrade (self-hosted)
From v1.5.6, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
None — no database changes in this release.
Full changelog
See CHANGELOG.md.
Telemetry Tracker v1.5.6
Highlights
- Events capture taxonomy — Auto-captured vs Custom badges on grouped event names (
$-prefixed SDK events like$screen/$requestvs custom app events) (#259)
Upgrade (self-hosted)
From v1.5.5, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
None — no database changes in this release.
Full changelog
See CHANGELOG.md.
Telemetry Tracker v1.5.5
Highlights
- Contributing — GitHub default branch is now
develop; README, PR template, and release docs updated so fork PRs target integration instead ofmain
Upgrade (self-hosted)
No migrations or env changes. Pull v1.5.5 (or merge main) — docs-only release.
Full changelog
See CHANGELOG.md.
Telemetry Tracker v1.5.4
Highlights
- Events list trend sparklines — per-event-name occurrence mini-charts in the grouped table, scoped to active filters and the metrics window (#252)
Upgrade (self-hosted)
From v1.5.3, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
None — no database changes in this release.
Full changelog
See CHANGELOG.md.