-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add option to manually end UI load trace #1776
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
e1fd316
to
d294274
Compare
1e384d0
to
1eb9a2b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1776 +/- ##
=======================================
Coverage ? 85.44%
=======================================
Files ? 466
Lines ? 10979
Branches ? 1631
=======================================
Hits ? 9381
Misses ? 867
Partials ? 731
|
1eb9a2b
to
cf59864
Compare
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
cf59864
to
b2e071f
Compare
b2e071f
to
a0bde6d
Compare
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
Merge activity
|
Goal
Add in the ability at the
UiLoadTraceEmitter
level to designate a UI Load trace to be ended manually. This has not been hooked up with the API yet so it cannot be triggered externally yet.