Skip to content

fix: Adjust the Sentry release property format according to the docs #193

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

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

jakubjanecek
Copy link
Collaborator

No description provided.

@jakubjanecek jakubjanecek added the bug Something isn't working label Mar 26, 2020
@jakubjanecek jakubjanecek requested a review from augi March 26, 2020 09:47
} yield config.copy(release = Some(v))
title <- Option(pkg.getImplementationTitle)
version <- Option(pkg.getImplementationVersion)
} yield config.copy(release = Some(s"$title@$version"))
Copy link
Member

Choose a reason for hiding this comment

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

If I understand this correctly, release will not be set if ImplementationTitle or ImplementationVersion is missing, right?

I have never set Implementation-Title - maybe it's my fault. I would consider to fallback to pkg.getName.

@mergify mergify bot merged commit 220ba77 into master Mar 26, 2020
@mergify mergify bot deleted the fix/sentry-release-format branch March 26, 2020 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants