Fix phrasing of crash/panic event names

This commit is contained in:
Max Brunsfeld 2025-04-07 16:31:29 -07:00
parent b27922129c
commit d385a60ed1

View file

@ -162,7 +162,7 @@ pub async fn post_crash(
"backtrace": summary,
});
SnowflakeRow::new(
"Crash Report",
"Crash Reported",
None,
false,
Some(installation_id),
@ -365,7 +365,7 @@ pub async fn post_panic(
"backtrace": backtrace,
});
SnowflakeRow::new(
"Panic Report",
"Panic Reported",
None,
false,
panic.installation_id.clone(),