-
-
Notifications
You must be signed in to change notification settings - Fork 221
docs(sdk): Update render blocking status. #835
Conversation
Adds mention of new data on resource spans, see getsentry/sentry-javascript#7127
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| `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` | |
There was a problem hiding this comment.
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)?
There was a problem hiding this comment.
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. 👍
There was a problem hiding this comment.
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!
| `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` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `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` | |
Adds mention of new data on resource spans, see getsentry/sentry-javascript#7127