Add a performance check for notification tap -> populated timeline time
This commit is contained in:
parent
8815fe7986
commit
e1bd189ba0
5 changed files with 17 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue