File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
develop-docs/sdk/performance Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ Below describes the conventions for the Span interface for the `data` field on t
19
19
20
20
## Browser
21
21
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 ` |
You can’t perform that action at this time.
0 commit comments