dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.31k stars 1.59k forks source link

[CP] Bump unified_analytics to 7.0.1 #59602

Open kenzieschmoll opened 1 week ago

kenzieschmoll commented 1 week ago

Commit(s) to merge

https://dart-review.googlesource.com/c/sdk/+/397001

Target

beta

Prepared changelist for beta/stable

https://dart-review.googlesource.com/c/sdk/+/397420

Issue Description

See this cherry pick request for details on why the DevTools CP is needed. TL;DR is that DevTools analytics were broken and the fix required changes to package:unified_analytics and DevTools.

What is the fix

Bump the unified_analytics version in the SDK to use 7.0.1.

This required several other commits in order to CP https://dart-review.googlesource.com/c/sdk/+/397001.

Why cherry-pick

This DevTools cherry pick requires unified_analytics version 7.0.1: https://dart-review.googlesource.com/c/sdk/+/396386. See this cherry pick request for details on why the DevTools CP is needed.

Risk

medium

Issue link(s)

https://github.com/flutter/devtools/issues/8516

Extra Info

This CP into the Dart SDK beta branch will need to be accompanied by another SDK CP: https://dart-review.googlesource.com/c/sdk/+/396386 (cp request)

dart-github-bot commented 1 week ago

Summary: DevTools analytics were broken. This change bumps unified_analytics to 7.0.1 to fix them, requiring cherry-picks to beta and stable SDK branches.