Skip to content

Commit

Permalink
Add appFlavor to super properties
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Mar 8, 2024
1 parent 9074d70 commit dafd8d1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit dafd8d1

Please sign in to comment.