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:
parent
f5f837d39a
commit
c397027ec2
1 changed files with 2 additions and 1 deletions
|
@ -761,7 +761,8 @@ impl Server {
|
||||||
login=field::Empty,
|
login=field::Empty,
|
||||||
impersonator=field::Empty,
|
impersonator=field::Empty,
|
||||||
user_agent=field::Empty,
|
user_agent=field::Empty,
|
||||||
geoip_country_code=field::Empty
|
geoip_country_code=field::Empty,
|
||||||
|
release_channel=field::Empty,
|
||||||
);
|
);
|
||||||
principal.update_span(&span);
|
principal.update_span(&span);
|
||||||
if let Some(user_agent) = user_agent {
|
if let Some(user_agent) = user_agent {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue