-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
base: deps/scripts/update-cocoa.sh
Are you sure you want to change the base?
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
27b0d6d
to
d2f6a18
Compare
d2f6a18
to
4f3abd3
Compare
iOS (new) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
6c67a16+dirty | 1220.52 ms | 1223.47 ms | 2.95 ms |
f9bd7d3+dirty | 1224.46 ms | 1237.04 ms | 12.58 ms |
ba483fc+dirty | 1203.07 ms | 1213.62 ms | 10.55 ms |
f139dae+dirty | 1213.82 ms | 1215.87 ms | 2.05 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
6c67a16+dirty | 3.19 MiB | 4.35 MiB | 1.16 MiB |
f9bd7d3+dirty | 3.19 MiB | 4.38 MiB | 1.19 MiB |
ba483fc+dirty | 3.19 MiB | 4.35 MiB | 1.17 MiB |
f139dae+dirty | 3.19 MiB | 4.36 MiB | 1.17 MiB |
iOS (legacy) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
6c67a16+dirty | 1218.27 ms | 1224.22 ms | 5.96 ms |
f9bd7d3+dirty | 1207.15 ms | 1216.72 ms | 9.57 ms |
ba483fc+dirty | 1211.24 ms | 1220.49 ms | 9.24 ms |
f139dae+dirty | 1220.86 ms | 1233.21 ms | 12.35 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
6c67a16+dirty | 2.63 MiB | 3.78 MiB | 1.15 MiB |
f9bd7d3+dirty | 2.63 MiB | 3.81 MiB | 1.18 MiB |
ba483fc+dirty | 2.63 MiB | 3.78 MiB | 1.15 MiB |
f139dae+dirty | 2.63 MiB | 3.80 MiB | 1.17 MiB |
0.65.3 build issues are fixed in 8.55.0 with getsentry/sentry-cocoa#5917 |
4f3abd3
to
dcd3b15
Compare
#import "SentryNativeInitialiser.h" | ||
@import Sentry; | ||
|
||
@implementation SentryNativeInitialiser |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor thing: probably it needs to be called SentryNativeInitialiser
with z for the sake of consistency with other function names in Sentry SDKs and with the function name (void)initializeSentry
below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done! I wouldn't have noticed that nit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Checked the previous PRs that added those conditions and everything was correctly reverted to the new pattern.
Marking this as blocked for now since I've noticed another CI failure (not in
This should be related with the changes in here I haven't been able to reproduce locally yet. |
dcd3b15
to
61df9c3
Compare
📢 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 #5036💡 Motivation and Context
fixes #5022
💚 How did you test it?
Manual, CI
📝 Checklist
sendDefaultPII
is enabled🔮 Next steps
#skip-changelog