Skip to content

Commit fd0fca4

Browse files
committed
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.
1 parent 3d653d3 commit fd0fca4

File tree

1 file changed

+0
-1
lines changed
  • crates/matrix-sdk/src/http_client

1 file changed

+0
-1
lines changed

crates/matrix-sdk/src/http_client/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ impl HttpClient {
140140
uri,
141141
method,
142142
request_size,
143-
request_body,
144143
request_id,
145144
status,
146145
response_size,

0 commit comments

Comments
 (0)