mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-24 23:31:02 +00:00
update the name of the Launched event
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user