-
-
Notifications
You must be signed in to change notification settings - Fork 366
chore(ci): React-Native: Adds missing self to make capture semantics explicit #6156
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 #6156 +/- ##
=============================================
+ Coverage 86.451% 86.620% +0.169%
=============================================
Files 435 435
Lines 36970 36983 +13
Branches 15793 17391 +1598
=============================================
+ Hits 31961 32035 +74
+ Misses 4969 4901 -68
- Partials 40 47 +7
... and 20 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d8b2303 | 1231.53 ms | 1249.89 ms | 18.35 ms |
7908e84 | 1224.33 ms | 1246.39 ms | 22.06 ms |
83bb978 | 1238.33 ms | 1260.04 ms | 21.71 ms |
5712478 | 1220.10 ms | 1239.69 ms | 19.59 ms |
139db8b | 1231.50 ms | 1258.19 ms | 26.69 ms |
53b722c | 1222.33 ms | 1244.90 ms | 22.56 ms |
9be5373 | 1215.92 ms | 1239.44 ms | 23.52 ms |
570f725 | 1206.00 ms | 1238.96 ms | 32.96 ms |
2e79f5f | 1220.53 ms | 1249.35 ms | 28.82 ms |
d05d866 | 1211.78 ms | 1230.96 ms | 19.18 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d8b2303 | 23.75 KiB | 908.02 KiB | 884.27 KiB |
7908e84 | 23.74 KiB | 872.75 KiB | 849.00 KiB |
83bb978 | 23.75 KiB | 920.64 KiB | 896.89 KiB |
5712478 | 23.75 KiB | 969.28 KiB | 945.54 KiB |
139db8b | 23.75 KiB | 920.64 KiB | 896.89 KiB |
53b722c | 23.75 KiB | 906.08 KiB | 882.33 KiB |
9be5373 | 23.75 KiB | 866.50 KiB | 842.75 KiB |
570f725 | 23.74 KiB | 913.38 KiB | 889.63 KiB |
2e79f5f | 23.75 KiB | 928.87 KiB | 905.12 KiB |
d05d866 | 23.75 KiB | 878.60 KiB | 854.85 KiB |
📜 Description
Adds missing self to make capture semantics explicit in react native legacy builds in
8.56.0-alpha.2
💡 Motivation and Context
React native CI error
example ci failure (test PR)
💚 How did you test it?
CI
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.Closes #6157