mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 15:22:13 +00:00
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) {
|
||||
self.report_event(
|
||||
"Start App",
|
||||
json!({ "is_first_time_start": is_first_time_start }),
|
||||
"start app",
|
||||
json!({ "First Time Open": is_first_time_start }),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue