What problem does it solve?
Post-deploy canary monitoring ensures production reliability by continuously watching the live app for console errors, performance regressions, and page failures, and by validating against baselines.
Core Features & Use Cases
- Baseline capture before or after deploy to establish a reference for performance and errors.
- Live monitoring using the browse daemon to take periodic screenshots, check console errors, and measure performance.
- Anomaly alerts that trigger when observed metrics deviate from baselines, enabling rapid rollback or investigation.
- Page-set scope supports targeting specific URLs or pages like homepage, dashboard, and settings to narrow monitoring.
- Post-deploy verification flow to verify canary health after production changes.
Quick Start
Run /canary <url> to start a 10-minute post-deploy monitoring session with optional flags for duration, pages, baseline capture, or quick checks.