-
Notifications
You must be signed in to change notification settings - Fork 142
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
✨ [extension] revamp event description and JSON viz #2371
✨ [extension] revamp event description and JSON viz #2371
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
d082dc8
to
cd350a9
Compare
bc9d504
to
42d9c58
Compare
cd350a9
to
16093c9
Compare
42d9c58
to
a69b272
Compare
16093c9
to
745b6df
Compare
a69b272
to
5c375a9
Compare
745b6df
to
d784748
Compare
ref as any | ||
} | ||
{...boxProps} | ||
component={doesValueHasChildren(value) ? 'div' : 'span'} |
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.
❓ question: Why is this necessary?
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.
developer-extension/src/panel/components/tabs/eventsTab/eventRow.tsx
Outdated
Show resolved
Hide resolved
d5fb319
to
6cdfaf1
Compare
d784748
to
e3e5fbb
Compare
Current dependencies on/for this PR:
This comment was autogenerated by Freephite. |
e3e5fbb
to
31cf3e8
Compare
6e101fb
to
5e870f2
Compare
31cf3e8
to
64e6b66
Compare
Motivation
The current JSON rendering component that we use does not allow to display a proper event description. Also it is a bit limited for future extensions.
Changes
Implement a new Json component and a better event description similar to the Datadog app
Before
After
Testing
I have gone over the contributing documentation.