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

Nit: [Sentry] - Pass version using semver #9501

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

strseb
Copy link
Collaborator

@strseb strseb commented May 7, 2024

Description

One annoying thing right now is that sentry does not parse our versions. So if we mark something fixed on 2.23 (which is on stage) but we push a 2.22.1 hotfix still with that bug, the bug will be re-opened until a newer release is created.

That is because sentry currently goes by "when was this release first seen" vs "what does the number say".

For that we need to pass that string formatted using semver.
With that pr i created a test crash: see semver is now "yes" for 2.23.
https://mozilla.sentry.io/releases/mozilla-vpn%402.23.0/?project=4504197915607040

Copy link
Member

@lesleyjanenorton lesleyjanenorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@strseb strseb enabled auto-merge (squash) May 8, 2024 12:12
@github-actions github-actions bot added the 🛬 Landing This PR is marked as "auto-merge" label May 8, 2024
@strseb strseb merged commit e8b69dc into main May 8, 2024
117 checks passed
@strseb strseb deleted the basti/fix_sentry_semver branch May 8, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛬 Landing This PR is marked as "auto-merge"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants