[APP-511] metrics overhaul: frontend work (#506)

* WIP

* fix types and update imports

* wip

* tagged events that should be server side

* remove server-side analytics

* remove useless import

* add additional profile header events

* remove useless import

* track follow/unfollow clicks

* add missing types
This commit is contained in:
Ansh
2023-06-15 14:45:14 -07:00
committed by GitHub
parent 1695ae34db
commit 17e7590bcd
33 changed files with 156 additions and 41 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import {
View,
} from 'react-native'
import {observer} from 'mobx-react-lite'
import {useAnalytics} from 'lib/analytics'
import {useAnalytics} from 'lib/analytics/analytics'
import {Text} from '../../util/text/Text'
import {s} from 'lib/styles'
import {useStores} from 'state/index'