Add call events

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Joseph T. Lyons
2023-07-11 13:58:55 -04:00
co-authored by Max Brunsfeld
parent 8161438a85
commit 98a0113ac3
7 changed files with 57 additions and 21 deletions
+2 -2
View File
@@ -7565,7 +7565,7 @@ impl Editor {
fn report_editor_event(
&self,
name: &'static str,
operation: &'static str,
file_extension: Option<String>,
cx: &AppContext,
) {
@@ -7602,7 +7602,7 @@ impl Editor {
let event = ClickhouseEvent::Editor {
file_extension,
vim_mode,
operation: name,
operation,
copilot_enabled,
copilot_enabled_for_language,
};