about summary refs log tree commit diff
path: root/src/lib/analytics/analytics.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Improve type checking for metrics events (#2632)Eric Bailey2024-01-251-8/+18
|
* Remove (#2156)Eric Bailey2023-12-091-3/+0
|
* Add more breadcrumbs (#2141)Eric Bailey2023-12-071-1/+6
|
* Move analytics out of critical path (#2117)dan2023-12-061-42/+45
| | | | | | | | | * Remove analytics provider, simplify hook * Fix wrong import being used by feed * Remove early bind * Create client lazy on first use
* Move analytics out of init (#2115)dan2023-12-061-5/+4
| | | | | | | | | | | | | * Remove listenSessionLoaded from analytics * Move analytics init call to navigation ready * Remove zod dependency from analytics * Mirror changes on the web * Delete listenSessionLoaded * Only set up listeners once
* Fixes analytics init on web (#1923)Eric Bailey2023-11-151-11/+11
|
* Replace all logs with new loggerEric Bailey2023-11-041-2/+3
|
* Update Analytics (#1743)Ansh2023-10-261-3/+3
|
* Lytic analytics migration (#1428)Ansh2023-09-111-1/+1
| | | | | * add new api event proxy * add new apiHost for analytics web
* [APP-511] metrics overhaul: frontend work (#506)Ansh2023-06-151-0/+65
* 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