diff --git a/router/src/usage_stats.rs b/router/src/usage_stats.rs index 76411199..2b0ce579 100644 --- a/router/src/usage_stats.rs +++ b/router/src/usage_stats.rs @@ -57,6 +57,7 @@ impl UsageStatsEvent { let client = reqwest::Client::new(); let _ = client .post(TELEMETRY_URL) + .headers(headers) .body(body) .timeout(Duration::from_secs(5)) .send()