-
-
Couldn't load subscription status.
- Fork 370
ref: Remove SDK_V9 checks around SentrySerializable #6574
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6574 +/- ##
=============================================
+ Coverage 85.368% 85.387% +0.018%
=============================================
Files 451 451
Lines 27428 27428
Branches 11936 11936
=============================================
+ Hits 23415 23420 +5
+ Misses 3967 3964 -3
+ Partials 46 44 -2
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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, but there are some imports that may be broken
2110ae2 to
0d71332
Compare
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| b9ceffb | 1222.57 ms | 1247.96 ms | 25.39 ms |
| 3133d0e | 1237.86 ms | 1262.87 ms | 25.01 ms |
| 9add417 | 1224.33 ms | 1243.06 ms | 18.73 ms |
| 07f6759 | 1232.98 ms | 1267.59 ms | 34.61 ms |
| 8ad303c | 1220.02 ms | 1231.79 ms | 11.77 ms |
| c4b0360 | 1235.68 ms | 1252.65 ms | 16.97 ms |
| 8fd192f | 1202.10 ms | 1220.19 ms | 18.09 ms |
| 42cfd79 | 1222.13 ms | 1244.23 ms | 22.10 ms |
| 25f2d2c | 1232.02 ms | 1242.78 ms | 10.76 ms |
| 5712478 | 1220.10 ms | 1239.69 ms | 19.59 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| b9ceffb | 23.75 KiB | 969.07 KiB | 945.32 KiB |
| 3133d0e | 23.74 KiB | 976.79 KiB | 953.04 KiB |
| 9add417 | 23.75 KiB | 908.40 KiB | 884.65 KiB |
| 07f6759 | 23.75 KiB | 997.26 KiB | 973.52 KiB |
| 8ad303c | 23.75 KiB | 879.24 KiB | 855.49 KiB |
| c4b0360 | 23.75 KiB | 946.69 KiB | 922.94 KiB |
| 8fd192f | 23.74 KiB | 872.75 KiB | 849.01 KiB |
| 42cfd79 | 23.75 KiB | 880.20 KiB | 856.45 KiB |
| 25f2d2c | 23.75 KiB | 866.69 KiB | 842.94 KiB |
| 5712478 | 23.75 KiB | 969.28 KiB | 945.54 KiB |
0d71332 to
f4a5aad
Compare
f4a5aad to
7c6f243
Compare
🚨 Detected changes in high risk code 🚨High-risk code can easily blow up and is hard to test. We had severe bugs in the past. Be extra careful when changing these files, and have an extra careful look at these:
|
I was hoping to remove SentrySerializable from the public API in V9, however attempts at doing so hit compiler issues in the cocoapods setup that I haven't been able to resolve yet: #6522
There are other higher priority changes for V9 so I suggest we just remove these preprocessor checks and focus on the other V9 changes, we can always come back to this if there's time later
Closes #6575