feat: Add additional alert threshold types#2122
Conversation
🦋 Changeset detectedLatest commit: ea17923 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🔴 Tier 4 — CriticalTouches auth, data models, config, tasks, OTel pipeline, ClickHouse, or CI/CD. Why this tier:
Review process: Deep review from a domain expert. Synchronous walkthrough may be required. Stats
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR ReviewPR: feat: Add additional alert threshold types (>, <=, =, !=)
|
9b44f74 to
c0dd8c9
Compare
E2E Test Results✅ All tests passed • 134 passed • 3 skipped • 1058s
Tests ran across 4 shards in parallel. |
Summary
This PR adds new types of alert thresholds: >, <=, =, and !=.
Screenshots or video
Screen.Recording.2026-04-15.at.10.20.08.AM.mov
How to test locally or on Vercel
This must be tested locally, since alerts are not supported in the preview environment.
To see the notification content, run an echo server locally and create a webhook that targets it (http://localhost:3000):
References