Differentiate between file and selection diff events (#35014)

Joseph T. Lyons created

Release Notes:

- N/A

Change summary

crates/git_ui/src/text_diff_view.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/git_ui/src/text_diff_view.rs 🔗

@@ -316,7 +316,7 @@ impl Item for TextDiffView {
     }
 
     fn telemetry_event_text(&self) -> Option<&'static str> {
-        Some("Diff View Opened")
+        Some("Selection Diff View Opened")
     }
 
     fn deactivated(&mut self, window: &mut Window, cx: &mut Context<Self>) {