Skip to main content

Issue resolved via commit message is not marked as regressed

Updated over a month ago

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:

Did this answer your question?