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 1614bd7a20
commit d292058a63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
)