-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compute): add
metadata
subcommand (#1013)
* feat(telemetry): add telemetry command * refactor(telemetry): enable by default * doc(DEVELOP): clarify the app config flows * doc(config): annotate File fields * feat: display telemetry to user on first run after install or update * fix(ci): add /dev/null equivalent for Windows * refactor: rename telemetry wasm-metadata * refactor: move `telemetry` command to `compute metadata` * refactor(compute/metadata): display updated config settings * fix(metadata): machine info must be opt-in * fix(compute/metadata): reference correct error type * remove(telemetry): command moved to compute metadata. * fix(compute/build): remove unused arg * fix(app): update commandCollectsData() list * feat: only record metadata for items marked as enabled * fix(app): hide metadata message unless the user has opted into data collection * refactor: messaging to include additional links * refactor(compute/metadata): make a hidden command for now * refactor: move sdk data into package_info
- Loading branch information
1 parent
2762cc9
commit 2aeed0f
Showing
13 changed files
with
439 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.