Rename all keys, in telemetry events, to be consistent with Mixpanels conventions
This commit is contained in:
parent
daa75b5282
commit
309f401015
2 changed files with 7 additions and 2 deletions
|
@ -6396,7 +6396,7 @@ impl Editor {
|
|||
project.read(cx).client().report_event(
|
||||
name,
|
||||
json!({
|
||||
"file_extension": file
|
||||
"File Extension": file
|
||||
.path()
|
||||
.extension()
|
||||
.and_then(|e| e.to_str())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue