diff --git a/crates/collab/src/api/events.rs b/crates/collab/src/api/events.rs index 2b14fbedea22e14a14508b984a417c8bf31957cc..011ae13d65510af8fa995a1e34d452d178fe7da9 100644 --- a/crates/collab/src/api/events.rs +++ b/crates/collab/src/api/events.rs @@ -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(),