Telemetry Tracker v1.4.1
Highlights
- Platform release notes —
/docs/releasesrenders semver history fromCHANGELOG.md, including Database migrations and SDK compatibility sections for self-hosters - Supported SDKs — homepage strip replaces placeholder logos (React, Next.js, Vue, Nuxt, React Native, Node.js, NestJS)
- Google Analytics — GA4 on telemetry-tracker.com after cookie consent (marketing/docs routes only)
- Docs preview — landing page links to platform release notes
Upgrade (self-hosted)
From v1.4.0, redeploy the dashboard image after pulling this tag. No API changes and no database migrations.
git fetch origin tag v1.4.1
git checkout v1.4.1
# rebuild/redeploy dashboard (Dockerfile at repo root)New migrations in this release: None.
Environment variables
| Variable | Service | Required | Notes |
|---|---|---|---|
NEXT_PUBLIC_GA_MEASUREMENT_ID |
Dashboard | No | GA4 id; defaults to G-VL5GTNNCHH on official hosted cloud |
SDK compatibility
Platform v1.4.1 works with @telemetry-tracker/* >= 1.3.0 (no npm publish required).
Breaking changes
- None.
Full changelog
See CHANGELOG.md.