fix: include whole request body in report
This commit is contained in:
parent
5bf3576c7e
commit
ed23a8392e
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