v0.0.88
What's Changed
- update/readme-and-docs by @mbakgun in #449
- docs: refresh README screenshots gallery by @ckakgun in #450
- impl/heym-nodes by @ckakgun in #451
- Add XML and JSON conversion to Converter node by @heym-coder in #452
- fix/canvas-workflow-execution-live by @ckakgun in #453
- feat/alerts-tab by @mbakgun in #454
What's New in Heym: Alerts
Heym now includes an Alerts tab to help you catch workflow issues early and monitor performance more proactively.
Alert Types
Alerts are evaluated over configurable time windows, helping reduce noise from short-lived spikes.
- Error Count: Track accumulated errors
- Run Duration: Monitor max, average, and p95 execution times
- Token / USD Spend: Set cost thresholds
- Execution Count: Monitor workflow volume
Secure by Design
Alerts can target a specific workflow or all workflows the owner can access. Metrics are never exposed for workflows a viewer does not have permission to see.
Reliable Alerting
The alerting system is designed to prevent duplicate or lost alerts, handle fire and recovery states, and keep failures isolated.
Metrics use the same pricing and analytics systems as Traces and Analytics, so data stays consistent across Heym.
Alert notifications also include contributing workflows and their share of the metric, making issues easier to investigate.
Get Started
Open the Alerts tab in Heym, choose a workflow and alert type, then set your time window and threshold.
Stay ahead of workflow issues before they become bigger problems.
alerts.mp4
Full Changelog: v0.0.87...v0.0.88