-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team
Description
Currently, all of the analytics migration events are being tracked in the tracker issue below:
Those PRs are set to be merged into the latest stable release in version 3.19.0 in February 2024. However, with the timeline for deprecating key features from GA3 moved up to March 2024, we should have at least one event migrated into the current stable 3.16.
I propose that we migrate the event that is sent after each command has been run so that we can limit any drop in MAU numbers as people are slow to upgrade. The PR below adds the new event that is sent at the end of each flutter command invocation
This event is fired for every FlutterCommand
since it is being sent from the verifyThenRunCommand
method, which must be executed for each command.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team