Skip to content

Telemetry Tracker v1.3.0

Choose a tag to compare

@unjica unjica released this 02 Jul 13:38
67a168a

Highlights

  • Source maps v1 — upload JSON source maps per app/release/bundle via API; server-side stack symbolication on error detail; dashboard raw/symbolicated toggle; Settings → Source maps listing
  • Per-plan quotas — source map artifact limits by plan (FREE 25 / PRO 250 / BUSINESS 2 500)
  • Official domain — documentation and env examples use telemetry-tracker.com as the canonical dashboard URL

Upgrade (self-hosted)

From v1.2.x, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

  • 20260703120000_error_release
  • 20260703130000_source_map_artifacts

SDK compatibility

Platform v1.3.0 works with @tacko/telemetry-* >= 1.0.0. Send release on error ingest and upload matching source maps for symbolication.

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.