-
-
Notifications
You must be signed in to change notification settings - Fork 441
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
Improve Android specifics for ecosystem #2757
Conversation
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
16cd2b6 | 243.02 ms | 349.69 ms | 106.67 ms |
46b1782 | 387.72 ms | 458.74 ms | 71.02 ms |
1707044 | 338.80 ms | 384.79 ms | 46.00 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
16cd2b6 | 1.72 MiB | 2.28 MiB | 570.95 KiB |
46b1782 | 1.72 MiB | 2.28 MiB | 570.44 KiB |
1707044 | 1.72 MiB | 2.28 MiB | 570.44 KiB |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #2757 +/- ##
=========================================
Coverage 81.09% 81.09%
Complexity 4470 4470
=========================================
Files 347 347
Lines 16475 16475
Branches 2232 2232
=========================================
Hits 13361 13361
Misses 2181 2181
Partials 933 933 ☔ View full report in Codecov by Sentry. |
docs say that you should add an empty |
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.
create empty res/public.xml, automatically marking all resources as private
that is neat, I didn't know that 👍 looks good
📜 Description
This PR bundles a few Android specific improvements based on some SDK feedback
res/public.xml
, automatically marking all resources as privateproguard-rules.pro
file forsentry-android
meta package💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps
#skip-changelog