Skip to content

Telemetry Tracker v1.9.0

Choose a tag to compare

@unjica unjica released this 14 Jul 19:44
· 465 commits to develop since this release
b07dced

Highlights

  • Analytics lists — client-side sort and pagination for sessions, errors, and events without full page reload
  • Dashboard UX — default 24h time range, loading skeletons, overview metric help, and app-scope loading feedback
  • Sessions analytics — average duration per user, new vs returning cohorts, and user first-seen on session detail
  • Workspace brief (API) — Phase 3C orchestration endpoints for workspace brief generation and acknowledgement
  • Pagination — Previous/Next controls on list pages

Includes hotfix #435: preserve server metricsUntil anchor during client list refetch so unfiltered lists stay aligned with KPIs/charts.

Upgrade (self-hosted)

From v1.8.11, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

  • 20260714130000_brief_acknowledgement

Environment variables

Optional — workspace brief (API only; dashboard UI not in this release):

Variable Service Required Notes
TELEMETRY_AI_BRIEF_URL API For brief feature Private AI service base URL
TELEMETRY_AI_BRIEF_SECRET API For brief feature Shared signing secret (base64)

See apps/api/.env.example for tuning knobs.

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.