Skip to content

Telemetry Tracker v1.15.0

Choose a tag to compare

@unjica unjica released this 17 Jul 21:06
· 227 commits to develop since this release
701f7c7

Highlights

  • Alert rules (foundation) — configurable per-project rules with Condition[] (AND), opaque destinationIds resolved by Notifications, Alerts → Custom rules CRUD, and ingest-time ERROR_COUNT evaluation with cooldown dedupe into fireProjectAlert
  • Docs — new ALERT-RULES.md separation of concerns; ALERT-WEBHOOKS cross-links updated

Upgrade (self-hosted)

From v1.14.4, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

  • 20260717220000_alert_rules
  • 20260717223000_error_occurrence_environment

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.