diff --git a/meilisearch-http/src/analytics.rs b/meilisearch-http/src/analytics.rs index 05af16fda..c10b65457 100644 --- a/meilisearch-http/src/analytics.rs +++ b/meilisearch-http/src/analytics.rs @@ -108,7 +108,7 @@ mod segment { // batch the launched for the first time track event if first_time_run { - segment.publish("Launched for the first time".to_string(), json!({}), None); + segment.publish("Launched".to_string(), json!({}), None); } // start the runtime tick