Skip to content

Commit

Permalink
Tweaks to descriptions of analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Dec 29, 2017
1 parent f4c5f0c commit e744ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Dart Code can be [installed from the Visual Studio Code Marketplace](https://mar

## Extension Settings

- `dart.allowAnalytics`: Note: We only send a few basic events, feature toggles and version numbers (see below) :-)
- `dart.allowAnalytics`: Whether to send analytics such as startup timings, frequency of use of features and analysis server crashes. Defaults to `true`.
- `dart.closingLabels`: Whether to show annotations against constructor, method invocations and lists that span multiple lines. Defaults to `true`.
- `dart.checkForSdkUpdates`: Whether to check you are using the latest version of the Dart SDK at startup. Defaults to `true`.
- `dart.debugSdkLibraries`: Whether SDK libraries should be marked as debuggable. Defaults to `false`.
Expand All @@ -65,12 +65,12 @@ Dart Code can be [installed from the Visual Studio Code Marketplace](https://mar

This extension reports some basic events and timings to help inform development decisions, such as:

- Extension is loaded
- Some settings (TODOs shown, whether you're debugging all code / your code)
- Timings (how long did extension take to load / how long till analysis server was ready)
- Extension load and analysis times
- Whether you have disabled some settings (such as showing TODOs in Problems Window or Closing Labels)
- Frequency of use of features like Hot Reload, Full Restart and Open Observatory
- Crashes in the Dart analysis server

Included in the event is your platform (Win/Linux/Mac) and extension/Dart version numbers.
These events will include your platform (Win/Linux/Mac) and also extension/SDK version numbers.

This can be disabled via the `dart.allowAnalytics` setting.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
"dart.allowAnalytics": {
"type": "boolean",
"default": true,
"description": "Note: We only send a few very basic events and the platform and extension/Dart version numbers :-)",
"description": "Sends analytics such as startup timings, frequency of use of features and analysis server crashes.",
"scope": "window"
},
"dart.checkForSdkUpdates": {
Expand Down

0 comments on commit e744ff8

Please sign in to comment.