Send Country/OS/Version amplitude style (#20884)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-11-19 16:38:14 -07:00 committed by GitHub
parent f77b6ab79c
commit 705a06c3dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1561,6 +1561,9 @@ fn for_snowflake(
let user_properties = Some(serde_json::json!({
"is_staff": body.is_staff,
"Country": country_code.clone(),
"OS": format!("{} {}", body.os_name, body.os_version.clone().unwrap_or_default()),
"Version": body.app_version.clone(),
}));
Some(SnowflakeRow {