Issue Monitors and Alerts
Use Monitors to detect problems and create issues, and use Alerts to be notified when those issues change state or match your filters.
Monitors and Alerts are used to customize issue detection and action. Monitors focus on when something becomes an issue; Alerts focus on what to do next (notify, ticket, webhook).
For the full product overview, see Monitors and Alerts.
Monitors watch signals you care about on top of default error detection,like scheduled jobs, URLs, metric thresholds on spans, and custom application metrics and create issues when their conditions are met. Alerts run when issues match the triggers and filters you configure, and carry out actions such as Slack messages, email, or creating work items in an integrated tool.
flowchart LR
subgraph detect["Monitors"]
M[Detect problems]
end
subgraph issues["Issues"]
I[Issues are created by Monitors]
end
subgraph respond["Alerts"]
A[Take action on issue events]
end
M --> I
I --> A
Typical flow:
- A Monitor detects a problem → Sentry creates or updates an issue.
- An Alert whose sources (Monitors) and filters (conditions) match that issue → runs actions (notifications, tickets, webhooks).
Alerts can be scoped to Projects or Monitors, so you can set one alert for multiple monitors or projects that your team owns. You can also multiple alerts for one monitor for uses like differing alerting needs for multiple teams or environments.
Monitors define when errors, performance problems, or operational failures become issues you triage in Sentry. They include:
- Custom monitors for metrics, cron jobs, and uptime checks
- Default monitors coming from your SDK integration like issue grouping/fingerprint rules
Learn more about monitor types
Alerts trigger when issue state or attributes match what you configure: for example, notify a Slack channel when a new issue appears, or open a Jira ticket when an issue is assigned and matches severity filters.
Learn how to create and manage alerts
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").