-
-
Notifications
You must be signed in to change notification settings - Fork 363
feat: Add iOSAppMac and MacCatalyst to app context #5570
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
Add two new properties to the app context: isiOSAppOnMac and isMacCatalystApp. Fixes GH-4508
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5570 +/- ##
=============================================
+ Coverage 86.187% 86.629% +0.441%
=============================================
Files 423 423
Lines 36106 36206 +100
Branches 15246 17056 +1810
=============================================
+ Hits 31119 31365 +246
+ Misses 4944 4557 -387
- Partials 43 284 +241
... and 60 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
f8029e2 | 1245.16 ms | 1261.32 ms | 16.16 ms |
2481950 | 1221.04 ms | 1248.98 ms | 27.94 ms |
15c8cd5 | 1220.24 ms | 1246.14 ms | 25.90 ms |
e64d3d4 | 1241.90 ms | 1260.10 ms | 18.20 ms |
fac4ca3 | 1222.81 ms | 1235.83 ms | 13.02 ms |
51f74d7 | 1236.31 ms | 1247.43 ms | 11.12 ms |
5c5648e | 1234.44 ms | 1253.79 ms | 19.35 ms |
5ec90e0 | 1235.57 ms | 1258.45 ms | 22.88 ms |
7148f97 | 1235.09 ms | 1258.07 ms | 22.98 ms |
c63e0fe | 1230.58 ms | 1253.94 ms | 23.35 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
f8029e2 | 23.75 KiB | 893.72 KiB | 869.97 KiB |
2481950 | 23.74 KiB | 872.74 KiB | 849.00 KiB |
15c8cd5 | 23.75 KiB | 908.01 KiB | 884.26 KiB |
e64d3d4 | 23.75 KiB | 855.37 KiB | 831.62 KiB |
fac4ca3 | 23.75 KiB | 902.01 KiB | 878.27 KiB |
51f74d7 | 23.74 KiB | 874.08 KiB | 850.34 KiB |
5c5648e | 23.75 KiB | 879.60 KiB | 855.86 KiB |
5ec90e0 | 23.74 KiB | 872.67 KiB | 848.92 KiB |
7148f97 | 23.75 KiB | 854.78 KiB | 831.03 KiB |
c63e0fe | 23.74 KiB | 874.08 KiB | 850.33 KiB |
Previous results on branch: feat/add-extra-app-context
Startup times
Revision | Plain | With Sentry | Diff |
---|---|---|---|
c256662 | 1236.10 ms | 1261.96 ms | 25.86 ms |
9041b75 | 1230.41 ms | 1260.12 ms | 29.71 ms |
03b2c89 | 1233.90 ms | 1256.27 ms | 22.37 ms |
7a4e0f0 | 1234.35 ms | 1261.90 ms | 27.54 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
c256662 | 23.75 KiB | 908.37 KiB | 884.62 KiB |
9041b75 | 23.75 KiB | 902.81 KiB | 879.06 KiB |
03b2c89 | 23.75 KiB | 874.51 KiB | 850.77 KiB |
7a4e0f0 | 23.75 KiB | 902.83 KiB | 879.08 KiB |
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, feel free to merge as soon as the TODOs in the PR descriptions are done.
@philprime I changed the solution. Instead of the app context I put the info now onto the runtime context. Please have another look. |
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
📜 Description
Add info from isiOSAppOnMac and isMacCatalystApp to the runtime context.
💡 Motivation and Context
Fixes GH-4508
💚 How did you test it?
Unit tests.
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.