Make event name casing consistent with other event names
This commit is contained in:
parent
dc657a647e
commit
aafc3a9584
1 changed files with 2 additions and 2 deletions
|
@ -265,8 +265,8 @@ impl Telemetry {
|
||||||
|
|
||||||
pub fn report_start_app(self: &Arc<Self>, is_first_time_start: bool) {
|
pub fn report_start_app(self: &Arc<Self>, is_first_time_start: bool) {
|
||||||
self.report_event(
|
self.report_event(
|
||||||
"Start App",
|
"start app",
|
||||||
json!({ "is_first_time_start": is_first_time_start }),
|
json!({ "First Time Open": is_first_time_start }),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue