[CP] DevTools 2.42.1 #59898
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/+/403946
Target
beta
Prepared changelist for beta/stable
https://dart-review.googlesource.com/c/sdk/+/403946
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 supports string or int values.
The DevTools analytics for exceptions include a truncated stacktrace, which sometimes doesn't contain any DevTools frames. This makes it hard to debug those exceptions.
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.
By always including the DevTools frames in any exception stacktraces sent to analytics, it makes it easier for us to debug any exceptions occurring in DevTools.
Risk
Low
Issue link(s)
The text was updated successfully, but these errors were encountered: