Skip to content

Commit

Permalink
fix: show response status more betterer (#22310)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pauldambra and github-actions[bot] committed May 16, 2024
1 parent e0b0c98 commit 56f93a2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@ export const RRWebPerformanceEventReverseMapping: Record<string, keyof Performan
initiatorType: 'initiator_type',
nextHopProtocol: 'next_hop_protocol',
renderBlockingStatus: 'render_blocking_status',

// responseStatus if we receive the status via the performance observer
responseStatus: 'response_status',
// status if we receive it from wrapping fetch/xhr
// we prefer status if we receive both
status: 'response_status',

transferSize: 'transfer_size',

// LARGEST_CONTENTFUL_PAINT_EVENT_COLUMNS
Expand Down

0 comments on commit 56f93a2

Please sign in to comment.