-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Trace:Details Bug fixes and visual improvements #10725
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
Trace:Details Bug fixes and visual improvements #10725
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10725 +/- ##
==========================================
- Coverage 60.36% 60.36% -0.01%
==========================================
Files 4463 4464 +1
Lines 119616 119615 -1
Branches 19775 19775
==========================================
- Hits 72210 72209 -1
Misses 42398 42398
Partials 5008 5008
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Overall it looks good, this is a great improvement reducing duplicate calls. HideColumnIssue.mov |
f9f4249
to
d4b819f
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.
Thanks for implementing requested changes
d4b819f
to
79319c3
Compare
Rebased changes from main and also fixed unit test to account for this change |
Signed-off-by: Nathan Yang <[email protected]>
Signed-off-by: Nathan Yang <[email protected]>
Signed-off-by: Nathan Yang <[email protected]>
…rchyTable unit tests. Signed-off-by: Nathan Yang <[email protected]>
79319c3
to
d997a02
Compare
Rebased from main and fixed merge conflicts with #10728. Did find a bug when testing locally, not sure which commit from the rebase introduced it. Dismissing a filter still correctly sets the spanFilters state, but the table items don't update accordingly. |
This can be fixed with adding the following to trace_view line 544
This will cause the proper re-render when filter changes. |
Description
Multiple bug fixes and visual improvements for Trace Details page
SpanHierarchyTable
to all be centeredapplySpanFilters
utilSpanHierarchyTable
default height of500px
withauto
when there are fewer entries and capped at70vh
when there are more entriesScreenshot
Trace Details page before fixes

Trace Details page after fixes

Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration