-
-
Notifications
You must be signed in to change notification settings - Fork 353
Removes temporary flags after Cocoa Bump #5038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes temporary flags after Cocoa Bump #5038
Conversation
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 |
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 |
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
32140fd
to
d337b46
Compare
c8265df
to
5cbd8dc
Compare
00406ee
to
9423cb5
Compare
9423cb5
to
b4ee848
Compare
b4ee848
to
f8540d0
Compare
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
To facilitate the investigation of the above issue I’ve created a new branch with everything in one commit. This includes the changes in: |
The above failed tests passed with an xcode bump 7920e7f |
395b9c2
to
1909f94
Compare
…_flags # Conflicts: # CHANGELOG.md # packages/core/RNSentry.podspec
* chore: update scripts/update-cocoa.sh to 8.55.1 * Removes temporary flags after Cocoa Bump (#5038) * Update sample app native initialisation example * Bump sample app tests to xcode 16.2 * chore(ci): Fixes iOS binary size diff failure --------- Co-authored-by: Antonis Lilis <[email protected]> Co-authored-by: LucasZF <[email protected]>
📢 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
sendDefaultPII
is enabled🔮 Next steps
#skip-changelog