fix: include whole request body in report
This commit is contained in:
parent
9c67f8f85b
commit
15245c18b5
1 changed files with 1 additions and 1 deletions
|
|
@ -2215,7 +2215,7 @@ impl RustyPipeQuery {
|
|||
})
|
||||
.collect(),
|
||||
),
|
||||
req_body: serde_json::to_string(body).ok(),
|
||||
req_body: serde_json::to_string(&req_body).ok(),
|
||||
status: req_res.status.into(),
|
||||
resp_body: req_res.body,
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue