Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-sam-cli: disable telemetry #79478

Merged
merged 2 commits into from Feb 12, 2020
Merged

aws-sam-cli: disable telemetry #79478

merged 2 commits into from Feb 12, 2020

Commits on Feb 7, 2020

  1. aws-sam-cli: disable telemetry

    Since v0.19.0 aws-sam-cli sends telemetry data to AWS[1]. To protect the users'
    privacy, we opt-out by default.
    
    [1] aws/aws-sam-cli#1272
    stefano-m committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c6b1ce4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. aws-sam-cli: add argument to conditionally enable telemetry

    If someone really wants to opt into telemetry, they can do so by setting
    `enableTelemetry` to `true` (the default is `false`), in which case the wrapper
    that sets `SAM_CLI_TELEMETRY` to `0` will not be created.
    
    Note that this actually allows a user to optionally disable telemetry from the
    command line or the (poorly documented) configuration in
    `~/.aws-sam/metadata.json`. The downside is telemetry will be enabled at least
    on the first run, causing a unique installation ID to be saved in the
    configuration file.
    stefano-m committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    2b4794f View commit details
    Browse the repository at this point in the history