Add metrics_id to editor_events (#13525)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2024-06-25 16:47:55 -04:00 committed by GitHub
parent 922fcaf5a6
commit 5b7e31c075
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,7 @@ use std::{fmt::Display, sync::Arc, time::Duration};
#[derive(Serialize, Deserialize, Debug)]
pub struct EventRequestBody {
pub installation_id: Option<String>,
pub metrics_id: Option<String>,
pub session_id: Option<String>,
pub is_staff: Option<bool>,
pub app_version: String,