[CP] DevTools 2.40.3 #59884
Labels
area-tools
A meta category for issues that should be addressed by tooling (prefer more concrete areas).
cherry-pick-review
Issue that need cherry pick triage to approve
Commit(s) to merge
https://dart-review.googlesource.com/c/sdk/+/404061
Target
stable
Prepared changelist for beta/stable
https://dart-review.googlesource.com/c/sdk/+/404061
Issue Description
The DevTools analytics is missing data in its analytics to distinguish whether events are coming from the new or legacy inspector. This is because the parameter that was added is a
boolean
, but Google Analytics 4 only supportsstring
orint
values.Why cherry-pick
Without being able to distinguish between the new and legacy inspector events, we are unable to monitor the rollout of the new inspector and mitigate any issues that arise.
Risk
Low
Issue link(s)
flutter/devtools#8690
The text was updated successfully, but these errors were encountered: