Skip to content

Conversation

szokeasaurusrex
Copy link
Member

Description

Deprecate release bundle uploads; new Sentry versions only have artifact bundles. While uploading release bundles is still possible, the server converts these to artifact bundles. More context on #2831.

From Sentry CLI 3.0, Sentry CLI will only support uploading artifact bundles (see #2842).

Issues

Copy link

linear bot commented Oct 13, 2025

@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review October 13, 2025 09:04
@szokeasaurusrex szokeasaurusrex requested a review from a team as a code owner October 13, 2025 09:04
deprecated upload method will be removed in Sentry CLI 3.0.0. Please upgrade your \
Sentry server, or if you cannot upgrade, pin your Sentry CLI version to 2.x, so \
you don't get upgraded to 3.x when it is released."
);
Copy link

Choose a reason for hiding this comment

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

Bug: Misleading Deprecation Warning for Empty Projects

The deprecation warning message is misleading. It states "Your Sentry server does not support artifact bundle uploads" but also appears when context.projects is empty. This incorrectly suggests a server limitation when the fallback is due to missing project configuration.

Fix in Cursor Fix in Web

@szokeasaurusrex szokeasaurusrex marked this pull request as draft October 13, 2025 09:31
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.

Deprecate release bundle uploads

1 participant