Open richvdh opened 1 month ago
We previously added some extra Posthog properties to UTD reports sent by Element Web and the classic mobile apps. We need to do the same work on EX.
It looks like the new properties we need to support are:
eventLocalAgeMillis
userTrustsOwnIdentity
true
isFederated
isMatrixDotOrg
wasVisibleToUser
Already implemented:
timeToDecryptMillis
@mxandreas will follow up with @richvdh on priority of this.
We previously added some extra Posthog properties to UTD reports sent by Element Web and the classic mobile apps. We need to do the same work on EX.
It looks like the new properties we need to support are:
eventLocalAgeMillis
: Not actually implemented on Web: do we need it? It's probably pretty easy so maybe we will just do it anyway.userTrustsOwnIdentity
: presumably alwaystrue
on EXisFederated
isMatrixDotOrg
wasVisibleToUser
: not sure if we have this information, or if it needs to wait for a larger refactor of the UTD reporting code.Already implemented:
timeToDecryptMillis