Fix script/symbolicate for Linux panic reports (#33822)

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-07-02 21:04:27 -04:00 committed by GitHub
parent 32d058d95e
commit def8bab5a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 7 deletions

View file

@ -164,7 +164,7 @@ fn init_panic_hook() {
}),
app_version: format!("remote-server-{version}"),
app_commit_sha: option_env!("ZED_COMMIT_SHA").map(|sha| sha.into()),
release_channel: release_channel.display_name().into(),
release_channel: release_channel.dev_name().into(),
target: env!("TARGET").to_owned().into(),
os_name: telemetry::os_name(),
os_version: Some(telemetry::os_version()),