File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
develop-docs/sdk/performance Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ Below describes the conventions for the Span interface for the `data` field on t
24
24
| ` url ` | string | The URL of the resource that was fetched. | ` https://example.com ` |
25
25
| ` method ` | string | The HTTP method used. | ` GET ` |
26
26
| ` type ` | string | The type of the resource that was fetched. | ` xhr ` |
27
- | ` Encoded Body Size ` | string | The encoded body size of the request. | ` 123 B ` |
28
- | ` Decoded Body Size ` | string | The decoded body size of the request. | ` 456 B ` |
29
- | ` Transfer Size ` | string | The transfer size of the request. | ` 789 B ` |
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 ` |
You can’t perform that action at this time.
0 commit comments