Telemetry Tracker v1.4.5
Highlights
- Ingest CORS —
/ingest/*reflects the browser requestOriginso SDKs on customer domains can send authenticated traffic; dashboard/api/*routes keep the configured allowlist with credentials
Upgrade (self-hosted)
From v1.4.4, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
- None — no database changes in this release.
Environment variables
No new variables. Existing CORS_ORIGINS / DASHBOARD_ORIGIN still apply to dashboard API routes only.
Breaking changes
- None.
Full changelog
https://github.com/Telemetry-Tracker/telemetry-tracker/blob/v1.4.5/CHANGELOG.md#145---2026-07-04