Skip to content

Commit

Permalink
remote merge conflict fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itheamc committed Aug 26, 2024
2 parents 63d78e3 + 335fd6c commit 1a71f58
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ object AnalyticsEvents {
*/
const val QR_CREATE_PROJECT = "ProjectCreateQR"

/**
* Tracks how often projects are created using deeplink.
*/
const val DEEPLINK_CREATE_PROJECT = "ProjectCreateDeeplink"

/**
* Tracks how often projects are created by manually entering details.
*/
Expand Down

0 comments on commit 1a71f58

Please sign in to comment.