amplify-backend icon indicating copy to clipboard operation
amplify-backend copied to clipboard

Inconsistent wording between "telemetry" & "usage data"

Open bombguy opened this issue 2 years ago • 0 comments

Environment information

System:
    OS: macOS 13.5
    CPU: (10) arm64 Apple M1 Pro
    Memory: 574.00 MB / 32.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.18.2 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 9.9.0 - ~/.npm-global/bin/npm
    pnpm: Not Found
    Watchman: Not Found
  npmPackages:
    @aws-amplify/backend: Not Found
    @aws-amplify/backend-cli: Not Found
    aws-amplify: Not Found
    aws-cdk: Not Found
    aws-cdk-lib: Not Found
    typescript: ^5.0.4 => 5.2.2

Description

Throughout the codebase, the word telemetry and usage data is being used interchangeably.

List of some of the inconsistency

  • subcommand to configure telemetry: amplify configure telemetry enable|disable
  • ENV_VAR to override telemetry preference: AMPLIFY_DISABLE_TELEMETRY
  • local config file content: { telemetry: { enabled: false } }
  • links to doc: https://docs.amplify.aws/gen2/reference/telemetry
  • content under platform-core/src/usage-data

bombguy avatar Nov 20 '23 17:11 bombguy