chore(sdk): Remove the request_body instrument's field.

Many fields here are not argument of the `send` method, but are set
later with `Span::record`. Grepping all these fields reveal they are all
set except `request_body` apparently.
This commit is contained in:
Ivan Enderlin
2025-03-05 13:30:05 +01:00
parent 3d653d3fdc
commit fd0fca436b

View File

@@ -140,7 +140,6 @@ impl HttpClient {
uri,
method,
request_size,
request_body,
request_id,
status,
response_size,