[CP] DevTools 2.42.1 #59898
Labels
area-google3
Tracking issues for internal work. Note that this area is not triaged.
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/+/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: