We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e70c7e commit cf93e33Copy full SHA for cf93e33
libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/analytics/UtdTracker.kt
@@ -39,6 +39,10 @@ class UtdTracker(
39
timeToDecryptMillis = info.timeToDecryptMs?.toInt() ?: -1,
40
domain = Error.Domain.E2EE,
41
name = name,
42
+ eventLocalAgeMillis = info.eventLocalAgeMillis.toInt(),
43
+ userTrustsOwnIdentity = info.userTrustsOwnIdentity,
44
+ isFederated = info.ownHomeserver != info.senderHomeserver,
45
+ isMatrixDotOrg = info.ownHomeserver == "matrix.org",
46
)
47
analyticsService.capture(event)
48
}
0 commit comments