Skip to content

Telemetry Tracker v1.4.5

Choose a tag to compare

@unjica unjica released this 04 Jul 17:18
d0a5cf4

Highlights

  • Ingest CORS/ingest/* reflects the browser request Origin so 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 deploy

New 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