From c397027ec2c143d6a6cba6797a9a709e1600befb Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Thu, 7 Aug 2025 15:56:10 +0300 Subject: [PATCH] Add `release_channel` into the span fields list (#35783) Follow-up of https://github.com/zed-industries/zed/pull/35729 Release Notes: - N/A Co-authored-by: Marshall Bowers --- crates/collab/src/rpc.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/collab/src/rpc.rs b/crates/collab/src/rpc.rs index dfa5859f51f45996bf80255a60a3b40e5478c99e..078632d397f6b6c00fb3089c09ad6086fd61d1e4 100644 --- a/crates/collab/src/rpc.rs +++ b/crates/collab/src/rpc.rs @@ -761,7 +761,8 @@ impl Server { login=field::Empty, impersonator=field::Empty, user_agent=field::Empty, - geoip_country_code=field::Empty + geoip_country_code=field::Empty, + release_channel=field::Empty, ); principal.update_span(&span); if let Some(user_agent) = user_agent {