You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.
Currently, all of the analytics migration events are being tracked in the tracker issue below:
package:unified_analytics
implementation in flutter tool #128251Those 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 theverifyThenRunCommand
method, which must be executed for each command.The text was updated successfully, but these errors were encountered: