I believe our current error analytics include all the runtime errors the Flutter framework reports to the IDE. However, a substantial amount of those errors are likely to be triggered by the primary error the user really needs to deal with in their own code (e.g., #4447). Can we log the primary error only, perhaps using the same logic from the PR mentioned above?
Cc: @devoncarew @jayoung-lee