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:
parent
cfdac2a3f9
commit
3f80957240
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue