Add performance metrics to the app (#7953)

* Add performance metrics to the app

* add batcher and improve handling

* Add tests

* Fix test

* Address feedback

* Address feedback

* Address feedback

* update podfile
This commit is contained in:
Daniel Espino García
2024-06-12 09:45:27 +02:00
committed by GitHub
parent daa38c5fd1
commit 5f01f9e9af
32 changed files with 1383 additions and 28 deletions

View File

@@ -46,6 +46,7 @@ interface ClientConfig {
EnableBanner: string;
EnableBotAccountCreation: string;
EnableChannelViewedMessages: string;
EnableClientMetrics?: string;
EnableCluster: string;
EnableCommands: string;
EnableCompliance: string;