Fix phrasing of crash/panic event names
This commit is contained in:
parent
b27922129c
commit
d385a60ed1
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ pub async fn post_crash(
|
||||||
"backtrace": summary,
|
"backtrace": summary,
|
||||||
});
|
});
|
||||||
SnowflakeRow::new(
|
SnowflakeRow::new(
|
||||||
"Crash Report",
|
"Crash Reported",
|
||||||
None,
|
None,
|
||||||
false,
|
false,
|
||||||
Some(installation_id),
|
Some(installation_id),
|
||||||
|
@ -365,7 +365,7 @@ pub async fn post_panic(
|
||||||
"backtrace": backtrace,
|
"backtrace": backtrace,
|
||||||
});
|
});
|
||||||
SnowflakeRow::new(
|
SnowflakeRow::new(
|
||||||
"Panic Report",
|
"Panic Reported",
|
||||||
None,
|
None,
|
||||||
false,
|
false,
|
||||||
panic.installation_id.clone(),
|
panic.installation_id.clone(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue