Add ssh initialization events (#18831)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons
2024-10-07 16:17:43 -04:00
committed by GitHub
parent 5387a6f7f9
commit a15b10986a
4 changed files with 27 additions and 4 deletions
+6
View File
@@ -5575,6 +5575,12 @@ pub fn open_ssh_project(
cx.replace_root_view(|cx| {
let mut workspace =
Workspace::new(Some(workspace_id), project, app_state.clone(), cx);
workspace
.client()
.telemetry()
.report_app_event("open ssh project".to_string());
workspace.set_serialized_ssh_project(serialized_ssh_project);
workspace
});