We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4a5a6 commit 44f0550Copy full SHA for 44f0550
trace-utils/src/trace_utils.rs
@@ -42,6 +42,7 @@ pub async fn get_traces_from_request_body(
42
let traces: Vec<Vec<pb::Span>> = match rmp_serde::from_read(buffer.reader()) {
43
Ok(res) => res,
44
Err(err) => {
45
+ println!("ASTUYVE bailing in libdatadog because of error: {}", err);
46
anyhow::bail!("Error deserializing trace from request body: {err}")
47
}
48
};
0 commit comments