From 3f80957240112ec81a5ff25d8d0f2ace611f35d9 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Mon, 20 Jul 2020 14:48:45 +0200 Subject: [PATCH] Rename actual_user_id to user_actual_id to be more consistent with the rest of MM telemetry. (#4586) 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, }, },