What Sentinel monitors
Error handling
When Sentinel detects a problem:- Attempt self-healing — retry with backoff, re-auth, clear cache
- Log the lesson — store what broke and how to prevent it next time
- Alert if unresolved — Slack message or email to the configured recipient
Lessons logging
Every error Sentinel catches becomes a lessons-system entry:Alerting
Sentinel sends alerts via connected channels when critical thresholds are hit:- Slack — message to your configured #alerts channel
- Email — via Gmail or Brevo to your notification address
- Threshold examples — API error rate > 10%, auth token expired, uptime < 99.5%