Skip to content

Telemetry Tracker v1.11.1

Choose a tag to compare

@unjica unjica released this 16 Jul 12:13
· 390 commits to develop since this release
8cf45b9

Highlights

  • Product telemetry (dogfood) — optional @telemetry-tracker/next on /dashboard for visits, sessions, and browser errors when NEXT_PUBLIC_TELEMETRY_* is set (#463)
  • SDKshutdown() + TelemetryProvider layout init so the first screen attaches to the session (#463, #464)

Upgrade

No database migrations. Dashboard + SDK patch.

To enable dogfood on the hosted dashboard, set Railway vars and redeploy:

  • NEXT_PUBLIC_TELEMETRY_INGEST_URL=https://api.telemetry-tracker.com
  • NEXT_PUBLIC_TELEMETRY_API_KEY=tt_live_…
  • Optional: NEXT_PUBLIC_TELEMETRY_APP=telemetry-tracker-dashboard

See CHANGELOG.md for full details.