Skip to content

Commit

Permalink
Update data-pipeline-ffi/src/trace_exporter.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ganesh Jangir <ganesh.jangir@datadoghq.com>
  • Loading branch information
VianneyRuhlmann and ganeshnj authored Feb 13, 2025
1 parent d40385e commit 01b3459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-pipeline-ffi/src/trace_exporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ pub unsafe extern "C" fn ddog_trace_exporter_config_enable_telemetry(

/// Enables client-side stats computation.
#[no_mangle]
pub unsafe extern "C" fn ddog_trace_exporter_config_enable_telemetry(
pub unsafe extern "C" fn ddog_trace_exporter_config_set_compute_stats(
config: Option<&mut TraceExporterConfig>,
) -> Option<Box<ExporterError>> {
if let Option::Some(config) = config {
Expand Down

0 comments on commit 01b3459

Please sign in to comment.