Ben
Ben
Updated issue description to reflect this fact
There is code that is generating events already but not working; need to dive deeper with Manank on this. ~~Andrei may have the login.~~ (have access now)
Andrei to provide which user actions to track; Ben to figure out how to track performance
**Performance-Related Events to Implement** **Homebase** https://github.com/dOrgTech/homebase-app/tree/master/src/services - Agora - Start of Request: Track when the request starts. - Success: Track when the request completes successfully. - Error: Track when the...
FYI, @EightRice , while I was digging into the code I noticed that some user events are already being tracker: https://github.com/search?q=repo%3AdOrgTech%2Fhomebase-app%20mixpanel.track&type=code You can see them here: https://mixpanel.com/project/2578633/view/3118029/app/events
I do not have permissions to archive the repository and am not sure from whom to get them, so a readme update will have to do for now.
Team said I can merge this
I'm working on getting GitHub permissions to merge this without further action from others
Removed Docker Compose from scope as dipdup with the existing Dockerfile is a bit painful to get that setup without potentially breaking a Dockerfile that's working in production
Actually adding Docker Compose is a bit painful with the existing Dockerfile and Dipdup setup. Given that the Dockerfile is already working in production, going to stick with just the...