Skip to content

Releases: Telemetry-Tracker/telemetry-tracker

Telemetry Tracker v1.5.13

Choose a tag to compare

@unjica unjica released this 07 Jul 23:35
e957528

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

Choose a tag to compare

@unjica unjica released this 07 Jul 23:21
419d9d8

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

Choose a tag to compare

@unjica unjica released this 07 Jul 23:08
b50695e

Highlights

  • Overview KPI row — errors, events, and sessions cards with prior-period compare and sparklines; avg response time and Apdex when Node $request duration data exists (#272, #183)
  • GET /api/overviewkpiSparklines, optional requestMetrics, metricsTopErrorGroups, and recentSessions for 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 deploy

New migrations in this release:

None — no database changes in this release.

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.

Telemetry Tracker v1.5.10

Choose a tag to compare

@unjica unjica released this 07 Jul 22:08
5950c5d

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, and user_email

Upgrade (self-hosted)

From v1.5.9, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

  • 20260708120000_session_geo_device_email

Full changelog

See CHANGELOG.md.

Telemetry Tracker v1.5.9

Choose a tag to compare

@unjica unjica released this 07 Jul 21:41
f5fce75

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 deploy

New migrations in this release:

None — no database changes in this release.

Full changelog

See CHANGELOG.md.

Telemetry Tracker v1.5.8

Choose a tag to compare

@unjica unjica released this 07 Jul 21:28
9a0f75d

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 deploy

New migrations in this release:

None — no database changes in this release.

Full changelog

See CHANGELOG.md.

Telemetry Tracker v1.5.7

Choose a tag to compare

@unjica unjica released this 07 Jul 21:08
4e85ed8

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 deploy

New migrations in this release:

None — no database changes in this release.

Full changelog

See CHANGELOG.md.

Telemetry Tracker v1.5.6

Choose a tag to compare

@unjica unjica released this 07 Jul 20:37
834d2c1

Highlights

  • Events capture taxonomy — Auto-captured vs Custom badges on grouped event names ($-prefixed SDK events like $screen / $request vs custom app events) (#259)

Upgrade (self-hosted)

From v1.5.5, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

None — no database changes in this release.

Full changelog

See CHANGELOG.md.

Telemetry Tracker v1.5.5

Choose a tag to compare

@unjica unjica released this 07 Jul 20:08
a79478b

Highlights

  • Contributing — GitHub default branch is now develop; README, PR template, and release docs updated so fork PRs target integration instead of main

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

Choose a tag to compare

@unjica unjica released this 07 Jul 19:52
57e1d81

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 deploy

New migrations in this release:

None — no database changes in this release.

Full changelog

See CHANGELOG.md.