[CP] DevTools 2.40.3 #59884
Labels
area-sdk
Use area-sdk for general purpose SDK issues (packaging, distribution, …).
cherry-pick-review
Issue that need cherry pick triage to approve
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
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: