This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
Add telemetry probes for HomeActivity.onCreate and FenixApplication.onCreate #17969
Labels
eng:qa:not-needed
Added by QA to issues that cannot be tested
needs:triage
Issue needs triage
performance
Possible performance wins
Currently, we have startup probe with a complex implementation and that is complex to analyze:
app_opened_all_startup
. I wonder if we can't glean some insights more quickly (both knowing the implementation is correct and that it's simple to analyze – e.g. pops out in GLAM) if we instrumented smaller parts of start up. Let's start with two areas that run frequently and don't have significant conditions around them (e.g. onStart being called on startup and for foregrounding the app).┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: