Skip to content

Commit 974be1a

Browse files
AbhiPrasadstephanie-anderson
authored andcommitted
Update body/transfer size unit from string -> number (#833)
1 parent 765f073 commit 974be1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Below describes the conventions for the Span interface for the `data` field on t
2424
| `url` | string | The URL of the resource that was fetched. | `https://example.com` |
2525
| `method` | string | The HTTP method used. | `GET` |
2626
| `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` |

0 commit comments

Comments
 (0)