-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
feat: Add extra SdkInfo packages #4637
Conversation
…ix-unify-sdk-info
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
4d6f273 | 1195.63 ms | 1232.22 ms | 36.59 ms |
7672856 | 1241.55 ms | 1251.65 ms | 10.09 ms |
2405ba5 | 1248.37 ms | 1259.30 ms | 10.93 ms |
b07998b | 1216.88 ms | 1244.18 ms | 27.31 ms |
ecd9ecd | 1214.16 ms | 1232.59 ms | 18.43 ms |
a2af9fa | 1236.29 ms | 1251.67 ms | 15.38 ms |
2eb78be | 1225.02 ms | 1235.02 ms | 10.00 ms |
369222e | 1232.14 ms | 1258.90 ms | 26.76 ms |
df2986b | 1227.45 ms | 1244.35 ms | 16.90 ms |
50bb751 | 1230.94 ms | 1238.69 ms | 7.75 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
4d6f273 | 20.76 KiB | 426.93 KiB | 406.17 KiB |
7672856 | 22.85 KiB | 411.14 KiB | 388.29 KiB |
2405ba5 | 20.76 KiB | 435.23 KiB | 414.47 KiB |
b07998b | 22.30 KiB | 749.77 KiB | 727.47 KiB |
ecd9ecd | 20.76 KiB | 420.23 KiB | 399.47 KiB |
a2af9fa | 20.76 KiB | 432.88 KiB | 412.11 KiB |
2eb78be | 21.58 KiB | 706.97 KiB | 685.39 KiB |
369222e | 20.76 KiB | 419.67 KiB | 398.91 KiB |
df2986b | 22.85 KiB | 406.89 KiB | 384.04 KiB |
50bb751 | 21.58 KiB | 417.86 KiB | 396.27 KiB |
Previous results on branch: kw/add-extra-packages
Startup times
Revision | Plain | With Sentry | Diff |
---|---|---|---|
34a77c3 | 1238.80 ms | 1257.33 ms | 18.53 ms |
b7e9d26 | 1213.28 ms | 1251.22 ms | 37.95 ms |
b5e16d1 | 1234.07 ms | 1256.13 ms | 22.06 ms |
e8f8eef | 1219.24 ms | 1237.53 ms | 18.29 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
34a77c3 | 22.31 KiB | 758.40 KiB | 736.10 KiB |
b7e9d26 | 22.31 KiB | 758.40 KiB | 736.10 KiB |
b5e16d1 | 22.31 KiB | 758.41 KiB | 736.10 KiB |
e8f8eef | 22.31 KiB | 758.76 KiB | 736.45 KiB |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4637 +/- ##
=============================================
- Coverage 90.839% 90.564% -0.275%
=============================================
Files 617 619 +2
Lines 71020 70977 -43
Branches 25228 25254 +26
=============================================
- Hits 64514 64280 -234
- Misses 6414 6604 +190
- Partials 92 93 +1
... and 37 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.
A few comments. Not far from LGTM.
@philipphofmann I've updated the PR, it's ready for another pass. |
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
This PR adds ability to add extra packages to SdkInfo.
This PR exposes API for hybrid SDKs to add packages.
This PR replaces chore(internal): Add
packages
set to SentrySdkInfo #4598💚 How did you test it?
tests
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.