Skip to content

Commit

Permalink
Update trace-mini-agent/src/trace_processor.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Bonet <[email protected]>
  • Loading branch information
bwoebi and pierotibou authored Jun 7, 2024
1 parent d0a6fe8 commit 20dd336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace-mini-agent/src/trace_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl TraceProcessor for ServerlessTraceProcessor {
obfuscate_span(span, &config.obfuscation_config);
}
},
true,
true, // In mini agent, we always send agentless
);

let send_data = SendData::new(body_size, payload, tracer_header_tags, &config.trace_intake);
Expand Down

0 comments on commit 20dd336

Please sign in to comment.