Issue Status

Learn how issue status works and and how to triage issues.

Use the status tags attached to issues on the Issues page in Sentry to help you triage and prioritize problems with your application that are important to you. Keep in mind that an issue can only have one status at a time.

Here's a list of all statuses, how they're assigned to an issue, and their custom search term:

StatusConditionCustom Search Term
NewAn issue that was created in the last 7 days.is:new
OngoingAn issue that was created more than 7 days ago or has manually been marked as reviewed.is:ongoing
EscalatingAn issue that's exceeded its forecasted event volume. For more details, see Escalating Issues Algorithm. Please note that escalating issues currently does not work for merged/unmerged issues.is:escalating
RegressedA resolved issue that's come up again.is:regressed
ArchivedAn issue that's been marked as archived.is:archived
ResolvedAn issue that's been marked as fixed.is:resolved

The diagram below shows how the statuses are updated automatically and manually:

By default, the list on the Issues page is narrowed down to unresolved issues, with New, Ongoing, Escalating, and Regressed status. You can update the filter by changing the attributes in the search bar at the top of the page.

While some issue statuses are added and updated automatically, you can manually Archive or Resolve an issue, which will also change its status and mark it as reviewed. Items filtered under is:for_review are new, regressed, or unresolved issues that haven't been marked as reviewed yet.

Archive an issue to move it out of the issue stream and pause alerts on it until the issue gets worse. Archiving makes sense for noisy issues that are less pressing or not applicable to you or your team. Archiving changes the issue status to Archived.

Sentry will automatically bring an issue back to the top of the list and change its status to Escalating if the events in that issue significantly increase over a short period of time. To learn more about how this works, see Escalating Issues Algorithm. By default, issues are archived until escalating. There's also an option to mark an issue as Archived for:

  • Forever
  • A set period of time
  • Until it occurs a set number of times
  • Until a set number of users are affected

If you archive an issue "Forever", events connected with that issue will continue to be recorded, but the issue will never be labeled as escalating even if it meets escalating conditions. You can still unarchive any archived issue, including those that have been archived "Forever".

You can manually mark an issue as Resolved when it’s been fixed. A plain Resolve treats any later event as a regression.

  • The next release: Resolve once the next release ships. Use when the fix is ready but not deployed yet.
    • Example: Fix is in main, prod is still on 1.8.0 — only a recurrence in 1.9.0+ reopens it.
  • The current release: Resolve in the project's current/latest release. Use when the fix is already live.
    • Example: Fix shipped in 2.4.1 — leftover 2.4.0 events stay quiet; 2.4.2+ can regress it.
  • Another existing release: Resolve in a release you choose. Use for hotfixes or versions that aren't current.
    • Example: Hotfix went out in 3.1.4 while latest is 3.2.0 — anchor resolution to 3.1.4.

You can also resolve by including the issue ID in a commit or pull request associated with a release.

If the same issue comes back in a newer release than the one you resolved it in, its status will automatically change to Regressed.

You can remove an issue from the issue list by deleting it, but it will reappear as a new issue if it recurs.

There's also an option to Delete and Discard Forever, which will make it so that the issue is never seen again, even if it recurs. Any future events tied to the permanently deleted issue will be discarded automatically and won't count towards your quota.

Was this helpful?
Help improve this content
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").