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 15:56:10 +03:00 committed by GitHub
parent f5f837d39a
commit c397027ec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {