about summary refs log tree commit diff
path: root/src/lib/analytics/analytics.tsx
Commit message (Collapse)AuthorAgeFilesLines
* [APP-705] Metrics revamp pt2 (#896)Ansh2023-06-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * export track function from analytics.tsx * fix create account tracking * fix tracking sign in * add custom feed events * fix type errors * refactor create post event * add profile follow & unfollow events * refactor PostsFeedSliceModel into its own file * refactor PostThreadItemModel into its own file * reorganize code a lil bit * refactor post-thread-item to use post-feed-item model under the hood * add post events * add post reply tracking * track custom feed load more * track list subscribe and unsubscribe
* [APP-511] metrics overhaul: frontend work (#506)Ansh2023-06-151-0/+128
* 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