Skip to content

Commit 742c44c

Browse files
authored
docs(sdk): Update render blocking status. (#835)
* docs(sdk): Update render blocking status. Adds mention of new data on resource spans, see getsentry/sentry-javascript#7127
1 parent ef6c4f3 commit 742c44c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

develop-docs/sdk/performance/span-data-conventions.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ Below describes the conventions for the Span interface for the `data` field on t
1919

2020
## Browser
2121

22-
| Attribute | Type | Description | Examples |
23-
| ------------------- | ------ | ------------------------------------------ | --------------------- |
24-
| `url` | string | The URL of the resource that was fetched. | `https://example.com` |
25-
| `method` | string | The HTTP method used. | `GET` |
26-
| `type` | string | The type of the resource that was fetched. | `xhr` |
27-
| `Encoded Body Size` | number | The encoded body size of the request. | `123` |
28-
| `Decoded Body Size` | number | The decoded body size of the request. | `456` |
29-
| `Transfer Size` | number | The transfer size of the request. | `789` |
22+
| Attribute | Type | Description | Examples |
23+
| ---------------------------------- | ------ | ------------------------------------------- | --------------------- |
24+
| `url` | string | The URL of the resource that was fetched. | `https://example.com` |
25+
| `method` | string | The HTTP method used. | `GET` |
26+
| `type` | string | The type of the resource that was fetched. | `xhr` |
27+
| `Encoded Body Size` | number | The encoded body size of the request. | `123` |
28+
| `Decoded Body Size` | number | The decoded body size of the request. | `456` |
29+
| `Transfer Size` | number | The transfer size of the request. | `789` |
30+
| `resource.render_blocking_status` | string | The render blocking status of the resource. | `non-blocking` |

0 commit comments

Comments
 (0)