mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
update the name of the Launched event
This commit is contained in:
parent
0667d940f9
commit
595ae42e94
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue