Issue
A issue is marked as resolved using a commit message, later on a new event is accepted but Sentry does not trigger a regression for the issue.
Applies To
- All customers using commit message to solve issues
- GIthub and Gitlab integrations
Resolution
Sentry only marks the issue as a regression if the following criteria are match:
- The commit that solved the issue is associated with a release.
- The new event is from a release created after the release that solved the issue.
Please ensure that:
- All commits are associated with a release.
- The release is correctly configured in the SDK and matches the releases with commit data.