From 421974f9236c98f374b8fc0913847ffafd27fafa Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Fri, 13 Dec 2024 16:13:47 -0500 Subject: [PATCH] Use consistent casing for provider name in telemetry (#21991) Release Notes: - N/A --- crates/zeta/src/zeta.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zeta/src/zeta.rs b/crates/zeta/src/zeta.rs index 0c135715bf3d7..7fad727905056 100644 --- a/crates/zeta/src/zeta.rs +++ b/crates/zeta/src/zeta.rs @@ -927,7 +927,7 @@ impl ZetaInlineCompletionProvider { impl inline_completion::InlineCompletionProvider for ZetaInlineCompletionProvider { fn name() -> &'static str { - "Zeta" + "zeta" } fn is_enabled(