Use display name for release channel in panic events
This commit is contained in:
parent
1e557dddcc
commit
81bc86be07
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ fn init_panic_hook(app: &App, installation_id: Option<String>, session_id: Strin
|
||||||
line: location.line(),
|
line: location.line(),
|
||||||
}),
|
}),
|
||||||
app_version: app_version.clone(),
|
app_version: app_version.clone(),
|
||||||
release_channel: RELEASE_CHANNEL.dev_name().into(),
|
release_channel: RELEASE_CHANNEL.display_name().into(),
|
||||||
os_name: platform.os_name().into(),
|
os_name: platform.os_name().into(),
|
||||||
os_version: platform
|
os_version: platform
|
||||||
.os_version()
|
.os_version()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue