mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-24 08:36:10 -04:00
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:
@@ -140,7 +140,6 @@ impl HttpClient {
|
||||
uri,
|
||||
method,
|
||||
request_size,
|
||||
request_body,
|
||||
request_id,
|
||||
status,
|
||||
response_size,
|
||||
|
||||
Reference in New Issue
Block a user