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

Co-authored-by: Alex Dovenmuehle <alex.dovenmuehle@mattermost.com>
This commit is contained in:
Alex Dovenmuehle 2020-07-17 14:32:27 -04:00 committed by GitHub
parent ce283b546d
commit 5e221252a2
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,
},
},