Skip to content

Commit 4a07716

Browse files
committed
fix: solve wasm32 compilation issue
1 parent 0e0ad70 commit 4a07716

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libdd-data-pipeline/src/trace_exporter/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ impl TraceExporterBuilder {
442442
client_side_stats: ArcSwap::new(stats.into()),
443443
previous_info_state: arc_swap::ArcSwapOption::new(None),
444444
info_response_observer,
445+
telemetry: None,
445446
health_metrics_enabled: self.health_metrics_enabled,
446447
client: H::new_client(),
447448
agent_payload_response_version: self

0 commit comments

Comments
 (0)