Change the title for AnalyticsTransactions.coldStart and .catchUp (#5998)

This commit is contained in:
Jorge Martin Espinosa 2026-01-12 15:54:13 +01:00 committed by GitHub
parent 9a40a6404e
commit 536227883c

View file

@ -9,13 +9,13 @@ package io.element.android.services.analyticsproviders.api
object AnalyticsTransactions { object AnalyticsTransactions {
val coldStart = TransactionDefinition( val coldStart = TransactionDefinition(
name = "Cold start", name = "Cached room list",
operation = "ux", operation = "ux",
description = "Cold start until the cached room list is displayed", description = "Cold start until the cached room list is displayed",
) )
val catchUp = TransactionDefinition( val catchUp = TransactionDefinition(
name = "Catch-up", name = "Up-to-date room list",
operation = "ux", operation = "ux",
description = "The app syncs and the room list becomes up-to-date", description = "The app syncs and the room list becomes up-to-date",
) )