Add a performance check for notification tap -> populated timeline time
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
1b868e73c7
commit
5681d7c611
@@ -13,4 +13,5 @@ sealed class AnalyticsLongRunningTransaction(
|
||||
) {
|
||||
data object FirstRoomsDisplayed : AnalyticsLongRunningTransaction("First rooms displayed after login or restoration", null)
|
||||
data object ResumeAppUntilNewRoomsReceived : AnalyticsLongRunningTransaction("App was resumed and new room list items arrived", null)
|
||||
data object NotificationTapOpensTimeline : AnalyticsLongRunningTransaction("A notification was tapped and it opened a timeline", null)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user