From 595ae42e94a5f02d7b503f7485b5206d4590939d Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 18 Oct 2021 17:02:13 +0200 Subject: [PATCH] update the name of the Launched event --- meilisearch-http/src/analytics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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