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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions src/docs/sdk/performance/span-data-conventions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ Below describes the conventions for the Span interface for the `data` field on t

## Browser

| Attribute | Type | Description | Examples |
| ------------------- | ------ | ------------------------------------------ | --------------------- |
| `url` | string | The URL of the resource that was fetched. | `https://example.com` |
| `method` | string | The HTTP method used. | `GET` |
| `type` | string | The type of the resource that was fetched. | `xhr` |
| `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` |
| Attribute | Type | Description | Examples |
| ---------------------------------- | ------ | ------------------------------------------- | --------------------- |
| `url` | string | The URL of the resource that was fetched. | `https://example.com` |
| `method` | string | The HTTP method used. | `GET` |
| `type` | string | The type of the resource that was fetched. | `xhr` |
| `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` |
| `resource.render_blocking_status` | string | The render blocking status of the resource. | `non-blocking` |