MXProfiles: Track time to display a message from its notification

This commit is contained in:
manuroe
2020-11-11 22:49:46 +01:00
parent b8f578a933
commit 4e84d8b2ec
4 changed files with 31 additions and 0 deletions
+4
View File
@@ -19,6 +19,10 @@
#import "Riot-Swift.h"
NSString *const AnalyticsNoficationsCategory = @"notifications";
NSString *const AnalyticsNoficationsTimeToDisplayContent = @"timelineDisplay";
// Duration data will be visible under the Piwik category called "Performance".
// Other values will be visible in "Metrics".
// Some Matomo screenshots are available at https://github.com/vector-im/element-ios/pull/3789.