Conversation
Add the first sentry-micrometer release metadata and generated aliases so release tooling can discover the new Java integration. Co-Authored-By: Claude <noreply@anthropic.com>
6 tasks
adinauer
marked this pull request as ready for review
September 21, 2026 08:42
| @@ -0,0 +1 @@ | |||
| 8.58.0.json No newline at end of file | |||
There was a problem hiding this comment.
Bug: Alias files were created manually as text pointers instead of being generated as symlinks via the make sync-all-links command, violating documented project standards.
Severity: MEDIUM
Suggested Fix
Remove the manually created alias files (8.58.json, 8.json, latest.json). After creating the full version file (8.58.0.json), run the make sync-all-links command to automatically generate the correct symlinks as required by the project's standards.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.
Location: packages/maven/io.sentry/sentry-micrometer/8.58.json#L1
Potential issue: The alias files `8.58.json`, `8.json`, and `latest.json` were manually
created with text content pointing to the full version file (`8.58.0.json`) instead of
being generated as symbolic links. The project's contribution guidelines explicitly
state that these files must be created by running the `make sync-all-links` command. If
these files are deployed as plain text pointers instead of symlinks, downstream tooling
expecting to parse JSON from them will fail, breaking release discovery for consumers of
the registry.
Also affects:
packages/maven/io.sentry/sentry-micrometer/8.json:1~1packages/maven/io.sentry/sentry-micrometer/latest.json:1~1
Did we get this right? 👍 / 👎 to inform future reviews.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Register
io.sentry:sentry-micrometerversion8.58.0in the release registry, including major, minor, latest, and SDK aliases.This makes the new Java integration discoverable through release-registry consumers once its first artifact is published. The change is a standalone PR against
masterfor the sentry-java Micrometer implementation stack.Related documentation: getsentry/sentry-docs#19463
Keep this PR in draft until
io.sentry:sentry-micrometer:8.58.0is available from Maven Central and the documentation is live. Confirm the recorded release timestamp against the published artifact before merging.