element-hq / element-meta

Shared/meta documentation and project artefacts for Element clients
66 stars 11 forks source link

Gather sender client information for UTDs via device keys info #2467

Open richvdh opened 2 months ago

richvdh commented 2 months ago

In our analytics data (in Posthog), we want to be able to distinguish UTD events based on the client and version of the sender of the event (because often the problem is on the sender side rather than the recipient). The problem is that currently, we don't know this information.

It is proposed to resolve this as follows:

Potential issue: sender_key and device_id are both deprecated. But they are still there today, so probably good enough for our purposes?

Notes: