Skip to content

Commit 44f0550

Browse files
committed
debug
1 parent 0a4a5a6 commit 44f0550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trace-utils/src/trace_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub async fn get_traces_from_request_body(
4242
let traces: Vec<Vec<pb::Span>> = match rmp_serde::from_read(buffer.reader()) {
4343
Ok(res) => res,
4444
Err(err) => {
45+
println!("ASTUYVE bailing in libdatadog because of error: {}", err);
4546
anyhow::bail!("Error deserializing trace from request body: {err}")
4647
}
4748
};

0 commit comments

Comments
 (0)