diff --git a/crates/git_ui/src/git_panel.rs b/crates/git_ui/src/git_panel.rs index 20b32a5e692797437aee5a81086413145fac25c6..2e3f73949e8a580eac48a42da011660ea5e859d4 100644 --- a/crates/git_ui/src/git_panel.rs +++ b/crates/git_ui/src/git_panel.rs @@ -1419,6 +1419,8 @@ impl GitPanel { return; }; + telemetry::event!("Git Commit Message Generated"); + let diff = repo.update(cx, |repo, cx| { if self.has_staged_changes() { repo.diff(DiffType::HeadToIndex, cx)