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
Copy file name to clipboardExpand all lines: pkgs/unified_analytics/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
-
## 3.1.0
1
+
## 4.0.0
2
2
3
3
- Enhanced `LogFileStats` data to include information about flutter channel counts and tool counts
4
4
- Added new method to suppress telemetry collection temporarily for current invocation via `analytics.suppressTelemetry()`
5
5
- Added `SurveyHandler` feature to `Analytics` instance to fetch available surveys from remote endpoint to display to users along with functionality to dismiss them
6
6
- Surveys will be disabled for any users that have been opted out
7
7
- Shipping `FakeAnalytics` for clients of this tool that need to ensure workflows are sending events in tests
8
+
- Adding getter to `Analytics` instance to fetch the client ID being sent to GA4
0 commit comments