Sarthak Agarwal
Sarthak Agarwal
## Explanation Fixes #4334 Introduces log creation support for performance metrics - Adds a controller (AppHealthMetricController) for logging and caching of metric logs -- done. - Modifies OppiaLogger for logging...
## Explanation Fixes #4340 Introduces performance metrics logging at application startup and via background workers. Things to note: 1. Removal of CurrentScreen enum: I've replaced the current screen enum from...
Since we're moving towards more specific event loggers like the PerformanceMetricsEventLogger, the existing EventLogger has become too generic and hence, it must be refactored. Potential checklist: - [ ] changes...
### 🔖 Feature description This issue suggests a refactoring effort aimed at improving the codebase by breaking it down into smaller components. Note: I'm using the issue template for feature...