-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EX: support new posthog UTD properties #2582
Comments
richvdh
changed the title
EX: support new posthog UTD properties as per https://github.com/element-hq/element-meta/issues/2332
EX: support new posthog UTD properties
Oct 16, 2024
@mxandreas will follow up with @richvdh on priority of this. |
@richvdh will split out |
This was referenced Dec 11, 2024
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Factored out to EX: supportwasVisibleToUser
: not sure if we have this information, or if it needs to wait for a larger refactor of the UTD reporting code.wasVisibleToUser
property on UTD events sent to PostHog #2659Already implemented:
timeToDecryptMillis
Tasks:
UnableToDecryptInfo
matrix-org/matrix-rust-sdk#4360UnableToDecryptInfo
matrix-org/matrix-rust-sdk#4404The text was updated successfully, but these errors were encountered: