Skip to content
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

Closed
5 tasks done
richvdh opened this issue Oct 16, 2024 · 3 comments
Closed
5 tasks done

EX: support new posthog UTD properties #2582

richvdh opened this issue Oct 16, 2024 · 3 comments
Assignees

Comments

@richvdh
Copy link
Member

richvdh commented Oct 16, 2024

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 always true on EX
  • isFederated
  • isMatrixDotOrg
  • wasVisibleToUser: not sure if we have this information, or if it needs to wait for a larger refactor of the UTD reporting code. Factored out to EX: support wasVisibleToUser property on UTD events sent to PostHog #2659

Already implemented:

  • timeToDecryptMillis

Tasks:

@richvdh 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
@andybalaam
Copy link
Member

@mxandreas will follow up with @richvdh on priority of this.

@andybalaam
Copy link
Member

@richvdh will split out wasVisibleToUser into a separate task because it is more complex than the others.

@richvdh
Copy link
Member Author

richvdh commented Dec 3, 2024

@richvdh will split out wasVisibleToUser into a separate task because it is more complex than the others.

Now done: #2659

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants