fix(ios): Bump iOS binary size threshold for Cocoa 9.14.0#6209
Merged
antonis merged 1 commit intoMay 22, 2026
Conversation
Cocoa SDK 9.14.0 adds standalone app start tracing and stack overflow crash report improvements, increasing the binary size by ~1.2 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. |
Contributor
Android (legacy) Performance metrics 🚀
|
Contributor
iOS (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 58dacb0+dirty | 3849.82 ms | 1228.28 ms | -2621.54 ms |
| 08c933b+dirty | 1224.53 ms | 1226.59 ms | 2.06 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 58dacb0+dirty | 5.15 MiB | 6.67 MiB | 1.51 MiB |
| 08c933b+dirty | 3.38 MiB | 4.78 MiB | 1.40 MiB |
Contributor
Android (new) Performance metrics 🚀
|
Contributor
iOS (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 58dacb0+dirty | 3839.13 ms | 1211.04 ms | -2628.09 ms |
| 08c933b+dirty | 1204.21 ms | 1217.09 ms | 12.88 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 58dacb0+dirty | 5.15 MiB | 6.67 MiB | 1.51 MiB |
| 08c933b+dirty | 3.38 MiB | 4.78 MiB | 1.40 MiB |
6204a90
into
deps/scripts/update-cocoa.sh
102 of 123 checks passed
antonis
added a commit
that referenced
this pull request
May 22, 2026
* chore: update scripts/update-cocoa.sh to 9.14.0 * fix(ios): Bump iOS binary size threshold to 1580 KiB (#6209) Cocoa SDK 9.14.0 adds standalone app start tracing and stack overflow crash report improvements, increasing the binary size by ~1.2 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 diff threshold from 1570 KiB to 1580 KiB in
performance-tests/metrics-ios.yml.The
BinarySizeTestwas failing with1608896 should be < 1607680— the actual size exceeded the threshold by ~1.2 KiB.💡 Motivation and Context
Cocoa SDK 9.14.0 (bumped in #6204) adds standalone app start tracing and stack overflow crash report improvements, which slightly increase the iOS binary size.
💚 How did you test it?
CI metrics job should pass with the updated threshold.
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps