From a1cedbece9f448dcc0fb12e3218b9cd9dc095bf0 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Fri, 10 Jan 2025 11:24:30 +0100 Subject: [PATCH] zeta: Fix completions not being marked as rated (#22952) Seems like #22171 accidentally removed this line. Now it's back and completions are marked as rated again. ![screenshot-2025-01-10-10 56 32@2x](https://github.com/user-attachments/assets/c68bff1b-5b97-493e-9062-390876fd757c) Release Notes: - N/A --- crates/zeta/src/zeta.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/zeta/src/zeta.rs b/crates/zeta/src/zeta.rs index a3c6b2928b..bcd638aa12 100644 --- a/crates/zeta/src/zeta.rs +++ b/crates/zeta/src/zeta.rs @@ -733,6 +733,7 @@ and then another feedback: String, cx: &mut ModelContext, ) { + self.rated_completions.insert(completion.id); telemetry::event!( "Inline Completion Rated", rating,