How it works
Incident Detection automatically creates incidents when it detects problematic deployments. Incident Detection is enabled and pre-configured by default for every workspace. You can disable or customize the detection rules as needed.Rollback detection
Detects when a deployment reverts to a previously deployed version. Sweetr compares the commit history between deployments to identify rollbacks automatically.
For example, given deployment versions
A → B → C → D -> B²:
- Cause deployment:
C(the first deployment afterB, where the problem was introduced) - Fix deployment:
B²(the rollback deployment itself)
Hotfix detection
Detects incidents based on patterns in pull request titles, branch names, or labels. Configure regular expressions to match your team’s conventions.Revert detection
Detects when a pull request is a revert of a previous change.Benefits
Improves data accuracy
More accurate failure rate on your DORA metrics. Remove manual work from
incident reporting.