Removes temporary flags after Cocoa Bump#5038
Merged
antonis merged 50 commits intodeps/scripts/update-cocoa.shfrom Sep 5, 2025
Merged
Removes temporary flags after Cocoa Bump#5038antonis merged 50 commits intodeps/scripts/update-cocoa.shfrom
antonis merged 50 commits intodeps/scripts/update-cocoa.shfrom
Conversation
Contributor
Android (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f9bd7d3 | 403.74 ms | 385.54 ms | -18.20 ms |
| f139dae | 415.36 ms | 400.73 ms | -14.63 ms |
| 6c67a16 | 442.07 ms | 454.91 ms | 12.84 ms |
| ba483fc | 407.51 ms | 398.52 ms | -8.99 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f9bd7d3 | 17.75 MiB | 20.15 MiB | 2.41 MiB |
| f139dae | 17.75 MiB | 20.15 MiB | 2.40 MiB |
| 6c67a16 | 17.75 MiB | 20.15 MiB | 2.40 MiB |
| ba483fc | 17.75 MiB | 20.15 MiB | 2.40 MiB |
10 tasks
Contributor
Android (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f139dae+dirty | 383.66 ms | 389.28 ms | 5.62 ms |
| f9bd7d3+dirty | 403.83 ms | 442.76 ms | 38.92 ms |
| ba483fc+dirty | 432.91 ms | 454.14 ms | 21.23 ms |
| 6c67a16+dirty | 408.86 ms | 440.96 ms | 32.10 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f139dae+dirty | 7.15 MiB | 8.42 MiB | 1.26 MiB |
| f9bd7d3+dirty | 7.15 MiB | 8.42 MiB | 1.27 MiB |
| ba483fc+dirty | 7.15 MiB | 8.42 MiB | 1.26 MiB |
| 6c67a16+dirty | 7.15 MiB | 8.42 MiB | 1.26 MiB |
Contributor
Author
|
I'll need to investigate the CI failure in older RN. From the logs (see below) it might be related to getsentry/sentry-cocoa#5604 |
6b7aad8 to
ed6a296
Compare
ed6a296 to
32140fd
Compare
7 tasks
32140fd to
d337b46
Compare
c8265df to
5cbd8dc
Compare
00406ee to
9423cb5
Compare
9423cb5 to
b4ee848
Compare
b4ee848 to
f8540d0
Compare
Contributor
Author
|
It's interesting that the blocking CI failure happens only in The equivalent expo check doesn't fail either 🤔 It looks like the |
f8540d0 to
6520cb7
Compare
Contributor
Author
|
To facilitate the investigation of the above issue I’ve created a new branch with everything in one commit. This includes the changes in: |
Contributor
Author
|
The above failed tests passed with an xcode bump 7920e7f |
10 tasks
395b9c2 to
1909f94
Compare
…_flags # Conflicts: # CHANGELOG.md # packages/core/RNSentry.podspec
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
Based on #5036
📜 Description
Removes temporary flags after Cocoa Bump and updates the sample app native initialisation example
The fixes in this PR are needed for the Cocoa
8.548.55 bump #5036Also bumps xcode version due to a test failure
💡 Motivation and Context
fixes #5022
💚 How did you test it?
Manual, CI
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps
#skip-changelog