1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Add appFlavor to super properties

This commit is contained in:
Valere
2024-03-08 10:58:39 +01:00
parent 9074d70b55
commit dafd8d1bed

View File

@@ -90,6 +90,8 @@ class DefaultVectorAnalytics @Inject constructor(
superProperties["appVersion"] = buildMeta.versionName
// The appId (im.vector.app)
superProperties["applicationId"] = buildMeta.applicationId
// The app flavor (GooglePlay, FDroid)
superProperties["appFlavor"] = buildMeta.flavorDescription
// Parity with other platforms
superProperties["cryptoSDK"] = "Rust"
}