Change the title for AnalyticsTransactions.coldStart and .catchUp (#5998)
This commit is contained in:
committed by
GitHub
parent
9a40a6404e
commit
536227883c
@@ -9,13 +9,13 @@ package io.element.android.services.analyticsproviders.api
|
||||
|
||||
object AnalyticsTransactions {
|
||||
val coldStart = TransactionDefinition(
|
||||
name = "Cold start",
|
||||
name = "Cached room list",
|
||||
operation = "ux",
|
||||
description = "Cold start until the cached room list is displayed",
|
||||
)
|
||||
|
||||
val catchUp = TransactionDefinition(
|
||||
name = "Catch-up",
|
||||
name = "Up-to-date room list",
|
||||
operation = "ux",
|
||||
description = "The app syncs and the room list becomes up-to-date",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user