Differentiate between file and selection diff events (#35014)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-07-24 04:43:28 -04:00
parent b8849d83e6
commit d3b2f604a9

View file

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