Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

docs(sdk): Update render blocking status. #835

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

k-fish
Copy link
Member

@k-fish k-fish commented Feb 9, 2023

Adds mention of new data on resource spans, see getsentry/sentry-javascript#7127

Adds mention of new data on resource spans, see getsentry/sentry-javascript#7127
@vercel
Copy link

vercel bot commented Feb 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
develop ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 13, 2023 at 8:16PM (UTC)

| `Encoded Body Size` | number | The encoded body size of the request. | `123` |
| `Decoded Body Size` | number | The decoded body size of the request. | `456` |
| `Transfer Size` | number | The transfer size of the request. | `789` |
| `Render Blocking Status` | number | The render blocking status of the resource. | `non-blocking` |
Copy link
Contributor

@DominikB2014 DominikB2014 Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the type of the Render Block Status is number, but the example is non-blocking (a string)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah no it's supposed to be string, I thought I changed that. 👍

Copy link
Contributor

@DominikB2014 DominikB2014 Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, lgtm once that's done!

@DominikB2014 DominikB2014 self-requested a review February 10, 2023 16:44
| `Encoded Body Size` | number | The encoded body size of the request. | `123` |
| `Decoded Body Size` | number | The decoded body size of the request. | `456` |
| `Transfer Size` | number | The transfer size of the request. | `789` |
| `Render Blocking Status` | number | The render blocking status of the resource. | `non-blocking` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `Render Blocking Status` | number | The render blocking status of the resource. | `non-blocking` |
| `resource.render_blocking_status` | string | The render blocking status of the resource. | `non-blocking` |

@k-fish k-fish merged commit 7cd539a into master Feb 13, 2023
@k-fish k-fish deleted the ref/perf-update-develop-docs-render-status branch February 13, 2023 20:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants