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 b9320a3 commit 740d3a8Copy full SHA for 740d3a8
libdd-trace-normalization/src/normalizer.rs
@@ -62,8 +62,7 @@ pub fn normalize_trace(trace: &mut [pb::Span]) -> anyhow::Result<()> {
62
for span in trace {
63
if span.trace_id != first_trace_id {
64
anyhow::bail!(format!(
65
- "Normalize Trace Error: Trace has foreign span: {:?}",
66
- span
+ "Normalize Trace Error: Trace has foreign span: {span:?}."
67
));
68
}
69
normalize_span(span)?;
0 commit comments