Add additional panic information to panic events

This commit is contained in:
Joseph Lyons 2023-06-01 23:34:39 -04:00
parent 0bd9d5b1fa
commit cc055901e1
2 changed files with 21 additions and 5 deletions

View file

@ -6,6 +6,8 @@ use std::{env, fmt::Display};
use sysinfo::{System, SystemExt};
use util::channel::ReleaseChannel;
// TODO: Move this file out of feedback and into a more general place
#[derive(Clone, Debug, Serialize)]
pub struct SystemSpecs {
#[serde(serialize_with = "serialize_app_version")]