summary refs log tree commit diff
path: root/tests/metrics/test_phone_home_stats.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a unit test for the phone home stats (#18463)Andrew Morgan2025-05-201-0/+263
|
* Revert "Add total event, unencrypted message, and e2ee event counts to stats ↵Devon Hudson2025-04-161-258/+0
| | | | | | | | | | | reporting" (#18346) Reverts element-hq/synapse#18260 It is causing a failure when building release debs for `debian:bullseye` with the following error: ``` sqlite3.OperationalError: near "RETURNING": syntax error ```
* Add total event, unencrypted message, and e2ee event counts to stats ↵Andrew Morgan2025-04-151-0/+258
reporting (#18260) Co-authored-by: Eric Eastwood <erice@element.io>