Skip to content

Telemetry Tracker v1.1.0

Choose a tag to compare

@unjica unjica released this 01 Jul 15:56
0b104bc

Highlights

  • Notifications v1 — in-app bell, read state, preferences, and transactional email (billing, quota, team, errors)
  • Light theme — dark (default), light, and system; Appearance settings page
  • Flexible time ranges — Sentry-style picker across overview and lists
  • Dashboard performance — bootstrap API and streaming layout shell
  • Nav scope pickers — project/app switchers with pinned, recent, and search

Upgrade (self-hosted)

From v1.0.0, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations:

  • 20260628120000_overview_perf_indexes
  • 20260701120000_user_notification_preferences
  • 20260701130000_notification_read_and_email_log
  • 20260701140000_organization_invite_email_sent_at
  • 20260701150000_organization_invite_email_sent_token

SDK compatibility

Platform v1.1.x works with @tacko/telemetry-* >= 1.2.0.

Full changelog

See CHANGELOG.md.