Skip to content

feat(proguard): Add UUID command for mapping files#3176

Merged
szokeasaurusrex merged 1 commit intomasterfrom
szokeasaurusrex/proguard-uuid
Mar 4, 2026
Merged

feat(proguard): Add UUID command for mapping files#3176
szokeasaurusrex merged 1 commit intomasterfrom
szokeasaurusrex/proguard-uuid

Conversation

@szokeasaurusrex
Copy link
Member

@szokeasaurusrex szokeasaurusrex commented Mar 3, 2026

Add sentry-cli proguard uuid <PATH> to compute and print the UUID for a single ProGuard mapping file. This is the same UUID we use when uploading via sentry-cli proguard upload

Stacked on #3175

Closes #3173
Closes CLI-297

@linear
Copy link

linear bot commented Mar 3, 2026

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against ffc8502

@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/proguard-uuid branch 3 times, most recently from 01959df to 39bd5f3 Compare March 3, 2026 16:03
@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review March 3, 2026 16:03
@szokeasaurusrex szokeasaurusrex requested a review from a team as a code owner March 3, 2026 16:03
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/proguard-uuid branch 4 times, most recently from 1304af9 to 2f4d2ac Compare March 3, 2026 16:42
@szokeasaurusrex szokeasaurusrex requested a review from lcian March 3, 2026 16:43
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/ref-proguard-upload branch from da65c19 to d5d07e6 Compare March 4, 2026 10:31
szokeasaurusrex added a commit that referenced this pull request Mar 4, 2026
Add `sentry-cli proguard uuid <PATH>` to compute and print the UUID for a single ProGuard mapping file. This is the same UUID we use when uploading via `sentry-cli proguard upload`

Stacked on #3175

Closes #3173
Closes [CLI-297](https://linear.app/getsentry/issue/CLI-297/expose-command-to-obtain-compute-uuid-for-proguard-mapping)
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/proguard-uuid branch from 2f4d2ac to 5c18fc3 Compare March 4, 2026 10:32
szokeasaurusrex added a commit that referenced this pull request Mar 4, 2026
…3177)

Using `--uuid` can cause unexpected behavior, if the same ProGuard mapping is uploaded with different UUIDs.

Therefore, we now recommend using `proguard uuid` to obtain the UUID of a mapping before upload, as this eliminates the need to manually set a UUID.

Stacked on #3176

Closes #3172
Closes [CLI-296](https://linear.app/getsentry/issue/CLI-296/proguard-upload-manually-specified-uuid-not-respected)
Add `sentry-cli proguard uuid <PATH>` to compute and print the UUID for a single ProGuard mapping file. This is the same UUID we use when uploading via `sentry-cli proguard upload`

Stacked on #3175

Closes #3173
Closes [CLI-297](https://linear.app/getsentry/issue/CLI-297/expose-command-to-obtain-compute-uuid-for-proguard-mapping)
szokeasaurusrex added a commit that referenced this pull request Mar 4, 2026
…3177)

Using `--uuid` can cause unexpected behavior, if the same ProGuard mapping is uploaded with different UUIDs.

Therefore, we now recommend using `proguard uuid` to obtain the UUID of a mapping before upload, as this eliminates the need to manually set a UUID.

Stacked on #3176

Closes #3172
Closes [CLI-296](https://linear.app/getsentry/issue/CLI-296/proguard-upload-manually-specified-uuid-not-respected)
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/ref-proguard-upload branch from d5d07e6 to 3d148f3 Compare March 4, 2026 11:57
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/proguard-uuid branch from 5c18fc3 to ffc8502 Compare March 4, 2026 11:57
Base automatically changed from szokeasaurusrex/ref-proguard-upload to master March 4, 2026 12:01
szokeasaurusrex added a commit that referenced this pull request Mar 4, 2026
…3177)

Using `--uuid` can cause unexpected behavior, if the same ProGuard mapping is uploaded with different UUIDs.

Therefore, we now recommend using `proguard uuid` to obtain the UUID of a mapping before upload, as this eliminates the need to manually set a UUID.

Stacked on #3176

Closes #3172
Closes [CLI-296](https://linear.app/getsentry/issue/CLI-296/proguard-upload-manually-specified-uuid-not-respected)
Copy link
Member

@lcian lcian left a comment

Choose a reason for hiding this comment

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

LGTM

@szokeasaurusrex szokeasaurusrex merged commit 08103e3 into master Mar 4, 2026
24 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/proguard-uuid branch March 4, 2026 15:01
szokeasaurusrex added a commit that referenced this pull request Mar 4, 2026
…3177)

Using `--uuid` can cause unexpected behavior, if the same ProGuard
mapping is uploaded with different UUIDs.

Therefore, we now recommend using `proguard uuid` to obtain the UUID of
a mapping before upload, as this eliminates the need to manually set a
UUID.

Stacked on #3176

Closes #3172
Closes
[CLI-296](https://linear.app/getsentry/issue/CLI-296/proguard-upload-manually-specified-uuid-not-respected)
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.

Expose command to compute UUID for ProGuard mapping

3 participants