chore(ios): Bump iOS binary size limit to 1590 KiB#6234
Merged
Conversation
JS SDK bump to 10.55.0 increased the iOS binary size by ~2.5 KiB beyond the previous 1580 KiB limit (actual: ~1545 KiB). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
antonis
commented
Jun 1, 2026
Contributor
Author
antonis
left a comment
There was a problem hiding this comment.
Merging to the parent PR as the size check passed https://github.com/getsentry/sentry-react-native/actions/runs/26741243977/job/78805607161?pr=6234
01789f0
into
deps/scripts/update-javascript.sh
87 of 96 checks passed
antonis
added a commit
that referenced
this pull request
Jun 1, 2026
* chore: update scripts/update-javascript.sh to 10.55.0 * chore(ios): Bump iOS binary size limit to 1590 KiB (#6234) JS SDK bump to 10.55.0 increased the iOS binary size by ~2.5 KiB beyond the previous 1580 KiB limit (actual: ~1545 KiB). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Antonis Lilis <antonis.lilis@sentry.io> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.
📢 Type of change
📜 Description
Bumps the iOS binary size limit from 1580 KiB to 1590 KiB to accommodate the JS SDK 10.55.0 update.
💡 Motivation and Context
The JS SDK bump to 10.55.0 (#6222) increased the iOS binary size diff to ~1545 KiB, which exceeds the previous 1580 KiB limit (actual: 1,620,533 bytes vs allowed 1,617,920 bytes — ~2.5 KiB over).
💚 How did you test it?
CI size check should pass with the updated limit.
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps