Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/unified_analytics/lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This data is used to help improve the Dart platform, Flutter framework, and rela
Telemetry is not sent on the very first run.
To disable reporting of telemetry, run this terminal command:

[dart|flutter] --disable-telemetry.
[dart|flutter] --disable-analytics.
If you opt out of telemetry, an opt-out event will be sent,
and then no further information will be sent.
This data is collected in accordance with the
Expand Down
4 changes: 2 additions & 2 deletions pkgs/unified_analytics/test/unified_analytics_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ send basic crash reports. This data is used to help improve the Dart platform,
Flutter framework, and related tools. Telemetry is not sent on the very first
run. To disable reporting of telemetry, run this terminal command:

flutter --disable-telemetry.
flutter --disable-analytics.

If you opt out of telemetry, an opt-out event will be sent, and then no
further information will be sent. This data is collected in accordance with
Expand Down Expand Up @@ -1162,7 +1162,7 @@ send basic crash reports. This data is used to help improve the Dart platform,
Flutter framework, and related tools. Telemetry is not sent on the very first
run. To disable reporting of telemetry, run this terminal command:

dart --disable-telemetry.
dart --disable-analytics.

If you opt out of telemetry, an opt-out event will be sent, and then no
further information will be sent. This data is collected in accordance with
Expand Down