feat(feedback): show issue details' TraceDataSection in feedback details#76372
feat(feedback): show issue details' TraceDataSection in feedback details#76372
Conversation
…f only oneOtherIssue and has linked error
| ); | ||
| } | ||
|
|
||
| function TraceDataSection({ |
There was a problem hiding this comment.
can we move this to a new file? similar to how the other sections are structured
There was a problem hiding this comment.
hm I feel like it's small enough to keep here, it's basically a wrapper around Issue's TraceDataSection
michellewzhang
left a comment
There was a problem hiding this comment.
before we merge, could we find some real examples to test this component on? i bet @bruno-garcia could dig up some from nugettrends or elsewhere
Definitely! To be clear, we need 2+ unique issues in the same trace as the feedback. Excluding the feedback itself |
|
Here's a good prod example: https://sentry.dev.getsentry.net:7999/feedback/?feedbackSlug=javascript%3A5764397098&project=11276 https://sentry.dev.getsentry.net:7999/feedback/?feedbackSlug=javascript%3A5736701211 Still need a timeline example |
|
looks good! there's some timeline examples on nugettrends that look good to me |
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
|
Here's a feedback with a trace: Feedback page |
|
Reopened at #76858 |
Fixes #68481
For the screenshots, I used dev-ui to override the feedback's trace ID. Before merging, we need to test this by finding/creating some real-world, prod examples.
You can try interacting with the same timeline in this issue.