You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(trace-eap-waterfall): Rendering orphan errors from new eap endpoint (#88444)
The goal of the PR is to support rendering an individual row for orphan
errors (type below), in the trace waterfall:
```
type EAPError = {
event_id: string;
event_type: string;
issue_id: number;
level: Level;
project_id: number;
project_slug: string;
start_timestamp: number;
transaction: string;
description?: string;
};
```
Bulk of the PR involves using guards to ensure feature parity with other
event types already existing in the waterfall.
Added tests.
---------
Co-authored-by: Abdullah Khan <[email protected]>
0 commit comments