From 5e221252a251857e356743029ee1af5a362d55e4 Mon Sep 17 00:00:00 2001 From: Alex Dovenmuehle Date: Fri, 17 Jul 2020 14:32:27 -0400 Subject: [PATCH] Rename actual_user_id to user_actual_id to be more consistent with the rest of MM telemetry. (#4520) Co-authored-by: Alex Dovenmuehle --- app/init/analytics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init/analytics.ts b/app/init/analytics.ts index 666d21a80..45111b880 100644 --- a/app/init/analytics.ts +++ b/app/init/analytics.ts @@ -75,7 +75,7 @@ export function recordTime(screenName: string, category: string, userId: string) userId: diagnosticId, context, properties: { - actual_user_id: userId, + user_actual_id: userId, time: Date.now() - startTime, }, },