01a04768 - Do not block Play Store on stuck Sentry assemble - #962
Merged
TaprootFreak merged 2 commits intoAug 30, 2026
Merged
Conversation
v1.2.21 retried symbol upload three times: files were already on the server and assemble kept failing on incomplete chunks. Upload the AAB first, and continue when that stuck assemble is the only error.
TaprootFreakAI
marked this pull request as ready for review
August 29, 2026 20:20
Collaborator
Author
|
EN: DE: |
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.
EN:
v1.2.21 android-deploy retried Sentry symbol upload three times and still failed: the CLI said the files were already on the server, then assemble of app.so chunks failed. This uploads the Play Store AAB first and continues when that stuck assemble is the only error.
DE:
v1.2.21 android-deploy hat den Sentry-Symbol-Upload dreimal retried und ist trotzdem gescheitert: die CLI meldete die Dateien schon auf dem Server, danach scheiterte das Assemble der app.so-Chunks. Dieser Stand lädt das AAB zuerst in den Play Store und macht weiter, wenn nur dieses hängende Assemble fehlschlägt.
Details
Missing symbol files still fail the lane immediately. Other Sentry errors still retry three times and then fail. iOS gets the same continue-on-stuck-assemble path.
A re-run of the v1.2.21 Release job still uses the tagged Fastfile without this change. It applies on the next develop tag after merge.