-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
fix: Finish TTID span when transaction finishes #3610
Conversation
The tracer finishes when the screen is fully displayed. Therefore, we must also finish the TTID span.
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b6ba04e | 1217.45 ms | 1248.92 ms | 31.47 ms |
881a955 | 1222.94 ms | 1246.26 ms | 23.32 ms |
06548c0 | 1226.71 ms | 1252.37 ms | 25.66 ms |
c0ff306 | 1218.92 ms | 1240.64 ms | 21.72 ms |
add9550 | 1221.20 ms | 1250.04 ms | 28.84 ms |
84fb4d9 | 1237.76 ms | 1255.46 ms | 17.70 ms |
e8b14db | 1193.58 ms | 1225.56 ms | 31.98 ms |
48e8c2e | 1222.98 ms | 1237.78 ms | 14.80 ms |
3297d6e | 1195.69 ms | 1212.35 ms | 16.65 ms |
8b39743 | 1258.51 ms | 1263.26 ms | 4.75 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b6ba04e | 20.76 KiB | 414.45 KiB | 393.69 KiB |
881a955 | 22.85 KiB | 407.63 KiB | 384.78 KiB |
06548c0 | 20.76 KiB | 427.36 KiB | 406.59 KiB |
c0ff306 | 20.76 KiB | 434.65 KiB | 413.89 KiB |
add9550 | 21.58 KiB | 418.37 KiB | 396.79 KiB |
84fb4d9 | 22.84 KiB | 402.57 KiB | 379.72 KiB |
e8b14db | 20.76 KiB | 401.60 KiB | 380.84 KiB |
48e8c2e | 21.58 KiB | 418.44 KiB | 396.86 KiB |
3297d6e | 21.58 KiB | 418.44 KiB | 396.86 KiB |
8b39743 | 22.85 KiB | 413.98 KiB | 391.13 KiB |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3610 +/- ##
=============================================
- Coverage 89.330% 89.202% -0.129%
=============================================
Files 529 529
Lines 58017 57820 -197
Branches 20768 20446 -322
=============================================
- Hits 51827 51577 -250
+ Misses 5280 5203 -77
- Partials 910 1040 +130
... and 100 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.
LGTM
📜 Description
The tracer finishes when the screen is fully displayed. Therefore, we
must also finish the TTID span.
💡 Motivation and Context
Fixes one part of GH-3588
💚 How did you test it?
Unit tests.
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.🔮 Next steps