Update clients/cli/src/analytics.rs
Co-authored-by: Collin Jackson <collin@nexus.xyz>
This commit is contained in:
parent
ea61b8d481
commit
1c88ffd7ca
@ -34,7 +34,7 @@ pub fn track(
|
||||
let mut properties = json!({
|
||||
"time": SystemTime::now().duration_since(UNIX_EPOCH).unwrap().as_millis(),
|
||||
// app_instance_id is the standard key Firebase uses this key to track the same user across sessions
|
||||
// its is a bit redundant, but I wanted to keep the recommended format Firebase uses to minimize surprises
|
||||
// It is a bit redundant, but I wanted to keep the recommended format Firebase uses to minimize surprises
|
||||
// I still left the distinct_id key as well for backwards compatibility
|
||||
"app_instance_id": event_properties["prover_id"],
|
||||
"distinct_id": event_properties["prover_id"],
|
||||
|
Loading…
Reference in New Issue
Block a user