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:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user