Device manager - record device client information on app start (PSG-633) (#9314)
* record device client inforamtion events on app start * matrix-client-information -> matrix_client_information * fix types * remove another unused export * add docs link * add opt in setting for recording device information
This commit is contained in:
parent
bb2f4fb5e6
commit
0ded5e0505
7 changed files with 330 additions and 1 deletions
|
@ -740,6 +740,14 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
displayName: _td('Send analytics data'),
|
||||
default: null,
|
||||
},
|
||||
"deviceClientInformationOptIn": {
|
||||
supportedLevels: [SettingLevel.ACCOUNT],
|
||||
displayName: _td(
|
||||
`Record the client name, version, and url ` +
|
||||
`to recognise sessions more easily in session manager`,
|
||||
),
|
||||
default: false,
|
||||
},
|
||||
"FTUE.useCaseSelection": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
default: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue