-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Create User
and Breadcrumb
from map
#2614
Conversation
User
and Breadcrumb
from map
|
…try/sentry-java into feat/user-and-breadcrumb-from-map
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
33c80c7 | 318.88 ms | 348.14 ms | 29.26 ms |
17ab223 | 427.65 ms | 484.31 ms | 56.65 ms |
d81684e | 235.73 ms | 328.76 ms | 93.03 ms |
33c80c7 | 331.94 ms | 370.54 ms | 38.60 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
33c80c7 | 1.73 MiB | 2.26 MiB | 551.46 KiB |
17ab223 | 1.73 MiB | 2.34 MiB | 626.85 KiB |
d81684e | 1.73 MiB | 2.26 MiB | 547.78 KiB |
33c80c7 | 1.73 MiB | 2.26 MiB | 551.46 KiB |
Previous results on branch: feat/user-and-breadcrumb-from-map
Startup times
Revision | Plain | With Sentry | Diff |
---|---|---|---|
c95386d | 344.45 ms | 360.29 ms | 15.84 ms |
2c304d6 | 321.66 ms | 372.60 ms | 50.94 ms |
63e2cbd | 269.02 ms | 345.04 ms | 76.02 ms |
95fa2f7 | 301.00 ms | 310.72 ms | 9.72 ms |
f78960e | 312.00 ms | 359.80 ms | 47.80 ms |
e8affdd | 302.08 ms | 381.08 ms | 79.00 ms |
2adb1c5 | 292.02 ms | 338.50 ms | 46.48 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
c95386d | 1.73 MiB | 2.26 MiB | 547.66 KiB |
2c304d6 | 1.73 MiB | 2.26 MiB | 548.10 KiB |
63e2cbd | 1.73 MiB | 2.26 MiB | 548.11 KiB |
95fa2f7 | 1.73 MiB | 2.26 MiB | 547.66 KiB |
f78960e | 1.73 MiB | 2.26 MiB | 548.11 KiB |
e8affdd | 1.73 MiB | 2.26 MiB | 551.45 KiB |
2adb1c5 | 1.73 MiB | 2.26 MiB | 551.44 KiB |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2614 +/- ##
============================================
- Coverage 81.40% 81.25% -0.16%
- Complexity 4227 4259 +32
============================================
Files 337 337
Lines 15622 15741 +119
Branches 2039 2079 +40
============================================
+ Hits 12717 12790 +73
- Misses 2111 2130 +19
- Partials 794 821 +27
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
# Conflicts: # CHANGELOG.md
…try/sentry-java into feat/user-and-breadcrumb-from-map
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, thanks 👍 just a reminder to also add handling for GEO and NAME after your other PR is merged in:
- Add handling for
Geo
andName
ofUser
Are we rdy we merge or is anything missing here? |
CI is red, but good to merge otherwise :) |
@romtsn There seem to be some timeouts on CI which should not relate to the code. Are those known? |
yeah it's just saucelabs being flaky.. I'm gonna merge this |
Just for reference. Relates to getsentry/sentry-dart#1330 |
📜 Description
Create
User
andBreadcrumb
from map.💡 Motivation and Context
Closes #2534
💚 How did you test it?
Added unit tests.
📝 Checklist
sendDefaultPII
is enabled.