Skip to content

Sort releases by semver on the All Events Page #83095

@Kobby-Bawuah

Description

@Kobby-Bawuah

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

On the All Events page (e.g., https://aaa.sentry.io/issues/xxx/events/), sorting by the "Release" column uses lexicographic sorting instead of semantic version sorting. This results in incorrect orderings where versions like 131.70.2943.13 appear higher than 131.205.2995.1.

This behavior differs from the "Resolve Issue" functionality, which correctly understands semantic versioning.

Steps to Reproduce:

  • Navigate to the All Events page for any issue in your instance.
  • Sort events by the "Release" column.
  • Observe that versions are sorted lexicographically (e.g., 131.70.2943.13 appears before 131.205.2995.1).

Expected Result

Releases should be sorted using semantic versioning so that higher versions (e.g., 131.205.2995.1) appear above lower versions (e.g., 131.70.2943.13).

Actual Result

Releases are sorted lexicographically:

131.70.2943.13
131.205.2995.1
131.205.2995.0
...

Image

Product Area

Issues

Link

No response

DSN

No response

Version

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions