Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort releases by semver on the All Events Page #83095

Open
Kobby-Bawuah opened this issue Jan 8, 2025 · 3 comments
Open

Sort releases by semver on the All Events Page #83095

Kobby-Bawuah opened this issue Jan 8, 2025 · 3 comments

Comments

@Kobby-Bawuah
Copy link

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

@getsantry
Copy link
Contributor

getsantry bot commented Jan 8, 2025

Routing to @getsentry/product-owners-issues for triage ⏲️

@getsantry
Copy link
Contributor

getsantry bot commented Jan 8, 2025

Auto-routing to @getsentry/product-owners-issues for triage ⏲️

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Jan 8, 2025
@lobsterkatie lobsterkatie changed the title Lexicographic Sorting for Releases on the All Events Page Sort releases by semver on the All Events Page Jan 8, 2025
@lobsterkatie
Copy link
Member

This is a reasonable request. Will add it to our backlog, and update here with any info on when we might tackle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants