Issue
I want to see which release versions an issue affects, either on the Issues list or at a glance on Issue Details.
Applies To
All SaaS Customers and Self-Hosted Users
Error Monitoring
Releases
Resolution
ou can see affected releases on the Issues Feed and on Issue Details. Your events must include a release value from the SDK for these views to show release data. See Releases for setup.
On the Issues Feed (filter to one release):
Open Issues, then open Feed.
In the search bar, filter by release. For example:
release is [email protected].Check the Events column. Sentry shows
matching events / total eventsfor that issue. For example,1 / 2means 1 event is from the filtered release and the issue has 2 events overall.[Screenshot: Issues Feed filtered with release is [email protected], with the Events column showing 1 / 2]
On Issue Details (see every release for one issue):
Open the issue.
Go to the Tags section.
Find the
releasetag.Click the three dots (…) on the
releasetag.Click Tag Breakdown.
Sentry opens Tag Details - release. Each row is a release that has events for this issue, with Last Seen, Count, and Share.
[Screenshot: Issue Details beside Tag Details - release, listing [email protected] and [email protected] with count and share for each]
If the issue was resolved in a release, Issue Details also shows that resolving release next to the resolved status (for example, “resolved in 0.5.1”). That is the release used for resolution, not the full list of affected releases. Use Tag Breakdown on the release tag for the full list.
To find issues first seen in a specific release, search the Issues Feed with firstRelease:your-release-version, or firstRelease:latest for the most recent release. See issue searchable properties.


