mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 14:54:27 +01:00
update the name of the Launched event
This commit is contained in:
parent
0667d940f9
commit
595ae42e94
@ -108,7 +108,7 @@ mod segment {
|
|||||||
|
|
||||||
// batch the launched for the first time track event
|
// batch the launched for the first time track event
|
||||||
if first_time_run {
|
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
|
// start the runtime tick
|
||||||
|
Loading…
Reference in New Issue
Block a user