Rename actual_user_id to user_actual_id to be more consistent with the rest of MM telemetry. (#4586)

Co-authored-by: Alex Dovenmuehle <alex.dovenmuehle@mattermost.com>
This commit is contained in:
Mattermost Build 2020-07-20 14:48:45 +02:00 committed by GitHub
parent cfdac2a3f9
commit 3f80957240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
},
},