Skip to content

Conversation

@sentry-release-bot
Copy link
Contributor

No description provided.

[sentry-relay==0.9.15]
[sentry-relay==0.9.16]
[sentry-relay==0.9.17]
[sentry-relay==0.9.19]
Copy link

Choose a reason for hiding this comment

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

Bug: Adding sentry-relay==0.9.19 to packages.ini causes build.py to fail because this version is not available on PyPI.
Severity: CRITICAL | Confidence: 1.00

🔍 Detailed Analysis

The build.py script attempts to download sentry-relay==0.9.19 from PyPI, as specified in packages.ini. Since version 0.9.19 does not exist on PyPI, the pip download command will silently fail. Subsequently, the script attempts to build from source, which also fails because the source distribution is not available. This sequence of failures causes the overall build process to terminate with an error when build.py is executed.

💡 Suggested Fix

Remove sentry-relay==0.9.19 from packages.ini until it is officially released on PyPI, or ensure the package is released before merging this change.

🤖 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.ini#L2637

Potential issue: The `build.py` script attempts to download `sentry-relay==0.9.19` from
PyPI, as specified in `packages.ini`. Since version 0.9.19 does not exist on PyPI, the
`pip download` command will silently fail. Subsequently, the script attempts to build
from source, which also fails because the source distribution is not available. This
sequence of failures causes the overall build process to terminate with an error when
`build.py` is executed.

Did we get this right? 👍 / 👎 to inform future reviews.

@sentry-release-bot sentry-release-bot bot merged commit 8ebe021 into main Oct 31, 2025
14 checks passed
@sentry-release-bot sentry-release-bot bot deleted the craft-release-d0b5b4477b34b9dc2d8278cba03274961fb78e44 branch October 31, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant