Skip to content
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

feat(trace-eap-waterfall): Rendering errors associated with spans #88060

Merged
merged 3 commits into from
Apr 1, 2025

Conversation

Abdkhan14
Copy link
Contributor

@Abdkhan14 Abdkhan14 commented Mar 27, 2025

The goal of this PR is to only render error markers for errors that ARE correlated with a span in the trace.
Will put up a separate PR to render orphan errors in the waterfall.

To summarize the changes, we added a new EAPError type and added errors: EAPError[] to EAPSpan type.
Added tests

Screenshot 2025-03-27 at 2 26 53 PM

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 27, 2025
@Abdkhan14 Abdkhan14 marked this pull request as ready for review March 27, 2025 18:54
@Abdkhan14 Abdkhan14 requested review from a team as code owners March 27, 2025 18:54
@Abdkhan14 Abdkhan14 merged commit 1a93e14 into master Apr 1, 2025
40 checks passed
@Abdkhan14 Abdkhan14 deleted the abdk/trace-eap-waterfall-errors branch April 1, 2025 15:16
andrewshie-sentry pushed a commit that referenced this pull request Apr 8, 2025
…8060)

The goal of this PR is to only render error markers for errors that ARE
correlated with a span in the trace.
Will put up a separate PR to render orphan errors in the waterfall. 

To summarize the changes, we added a new `EAPError` type and added
`errors: EAPError[]` to `EAPSpan` type.
Added tests

<img width="1254" alt="Screenshot 2025-03-27 at 2 26 53 PM"
src="https://github.com/user-attachments/assets/d4bd0d15-8f54-47dc-8d0a-fb68ef48adbf"
/>

---------

Co-authored-by: Abdullah Khan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants