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 <marshall@zed.dev>
This commit is contained in:
Kirill Bulatov
2025-08-07 12:56:10 +00:00
committed by GitHub
co-authored by Marshall Bowers
parent f5f837d39a
commit c397027ec2
+2 -1
View File
@@ -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 {