Rename all keys, in telemetry events, to be consistent with Mixpanels conventions

This commit is contained in:
Joseph T Lyons 2022-10-27 16:19:21 -04:00
parent daa75b5282
commit 309f401015
2 changed files with 7 additions and 2 deletions

View file

@ -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())