All Projects โ†’ beatcracker โ†’ toptout

beatcracker / toptout

Licence: MIT license
๐Ÿ“ก Easily opt-out from telemetry collection

Programming Languages

powershell
5483 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to toptout

gpc-optmeowt
Browser extension for opting out from the sale and sharing of personal information per the California Consumer Privacy Act and other privacy laws
Stars: โœญ 75 (-15.73%)
Mutual labels:  opt-out, do-not-track
Privatezilla
๐Ÿ‘€๐Ÿ‘ฎ๐Ÿข๐Ÿ”ฅPerforms a privacy & security check of Windows 10
Stars: โœญ 1,045 (+1074.16%)
Mutual labels:  telemetry, privacy-protection
SDK-Privacy-Report
Privacy details of SDKs for Apple Privacy Nutrition & Google Safety Section disclosure.
Stars: โœญ 219 (+146.07%)
Mutual labels:  privacy-policy, privacy-protection
cpp client telemetry
1DS C++ SDK
Stars: โœญ 62 (-30.34%)
Mutual labels:  telemetry, telemetry-collection
WeConnect-python
Python API for the Volkswagen WeConnect Services
Stars: โœญ 27 (-69.66%)
Mutual labels:  telemetry, telemetry-collection
privacy-policy
Privacy policies for my projects
Stars: โœญ 44 (-50.56%)
Mutual labels:  privacy-policy
pprzlink
Message and communication library for the Paparazzi UAV system
Stars: โœญ 17 (-80.9%)
Mutual labels:  telemetry
ets2-dashboard-skin
Packaged application in VueJs to run on a Windows computer It allows to deport some information of the video games Eurotruck simulator and Americantruck simulator on another device (via the web browser). And thus have an increased immersion in these games.
Stars: โœญ 37 (-58.43%)
Mutual labels:  telemetry
matrix
mirror of https://mypdns.org/my-privacy-dns/matrix as it is obviously no longer safe to do Girhub nor have we no longer any trust in them. See https://mypdns.org/my-privacy-dns/porn-records/-/issues/1347
Stars: โœญ 32 (-64.04%)
Mutual labels:  privacy-protection
pihole-antitelemetry
A research-based starter pihole list to improve your privacy
Stars: โœญ 286 (+221.35%)
Mutual labels:  telemetry
conceal-mobile
Conceal Mobile - Encrypted DeFI & Messaging App
Stars: โœญ 15 (-83.15%)
Mutual labels:  privacy-protection
TraceEvent
Trace events in real time sessions
Stars: โœญ 26 (-70.79%)
Mutual labels:  telemetry
SafePad
SafePad : Encrypted Text Editor. This text editor uses very strong encryption to let you protect your secrets. Great for storing passwords, credit card details or any else that you want to keep safe.
Stars: โœญ 32 (-64.04%)
Mutual labels:  privacy-protection
WeConnect-cli
Commandline Interface to interact with the Volkswagen WeConnect Services
Stars: โœญ 27 (-69.66%)
Mutual labels:  telemetry
PerfSpect
system performance characterization tool based on linux perf
Stars: โœญ 45 (-49.44%)
Mutual labels:  telemetry
babble
่ฏด้ƒฝไธไผš่ฏไบ†ใ€‚
Stars: โœญ 50 (-43.82%)
Mutual labels:  privacy-protection
opentelemetry-ruby
OpenTelemetry Ruby API & SDK, and related gems
Stars: โœญ 332 (+273.03%)
Mutual labels:  telemetry
Mercury-GS
An Open Source Program that allows users to interact with a Spacecraft in a lab environment, pre-launch.
Stars: โœญ 18 (-79.78%)
Mutual labels:  telemetry
HideDroid
HideDroid is an Android app that allows the per-app anonymization of collected personal data according to a privacy level chosen by the user.
Stars: โœญ 85 (-4.49%)
Mutual labels:  privacy-protection
telemetry collector
build telemetry software stack for Cisco nx-os, support both telemetry dial-out and gNMI dial-in
Stars: โœญ 39 (-56.18%)
Mutual labels:  telemetry

GitHub Actions status Twitter Follow

Awesome list โ€ข Scripts โ€ข API โ€ข JSON data format โ€ข Contributing

Easily opt-out from telemetry collection

Telemetry in software projects is a polarized issue: on the one hand it allows developers to improve their work by collecting various metrics, on the other hand - nobody likes to be spied on. The goal of this project is to put you in control. See what data is collected by the tools you use and decide if you want to share it. Then use methods provided here to opt-in or opt-out.

Usage

This project collects data about telemetry in applications in machine-readable format and makes it easy to create derivative works such as awesome-lists, configuration scripts, APIs, etc. What you can do with it is only limited by your imagination. Here are several examples to get you started:

๐Ÿ“œ Awesome list

The page you see has an awesome-list of telemetry channels in various apps.

๐Ÿงฏ Scripts

Scripts to disable all known telemetry channels in your shell session.

๐Ÿšง API

Get telemetry configuration data via API! See openapi.yaml definition and try it online using RapiDoc.

Or try it in your shell! โฌ‡๏ธ

curl -X GET 'https://toptout.me/api/telemetry/id/powershell-core/' -H 'accept: application/json'

๐Ÿค” Future plans

  • Automated tool that can ingest the data from the API. You could run it on your machine to detect and configure telemetry in all supported products.
  • ???

Details

JSON data format

JSON telemetry data format description: data/README

Contributing

If the tool you're using is not here you can easily add it by creating a new JSON file describing its telemetry data channels. Pull requests are welcome!

See CONTRIBUTING for details on adding new telemetry data and running tests.

Contributors

Related projects

Telemetry channels

Below is automatically generated list of known telemetry channels for various applications.

Total count: 144

Applications

Atom

Help improve Atom by sending usage statistics, exceptions and deprecations to the team.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

The user's decision is stored at core.telemetryConsent. The three possible values are undecided, no and limited. The intent is that consent is given if and only if limited is chosen.

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (plaintext)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.atom/init.coffee
macOS $HOME/.atom/init.coffee
Windows %USERPROFILE%\.atom\init.coffee
Content
atom.config.set('core.telemetryConsent', 'no')

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

"Automatically Update" is enabled by default in Core Settings of the Settings View, which will allow Atom to check for updates automatically.

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (plaintext)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.atom/init.coffee
macOS $HOME/.atom/init.coffee
Windows %USERPROFILE%\.atom\init.coffee
Content
atom.config.set('core.automaticallyUpdate', 'false')

Brave

Brave collects anonymized usage metrics and can send crash reports.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Usage data

    Sending anonymous usage metrics is optional and can be disabled in Search settings.

Crash data

Official Usage data Update check Error report
โœ” โŒ โŒ โœ”

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Crash reports

    Enable or disable automatic crash reporting

Canvas LMS

The software may collect information about you and your use of the software.

List of known telemetry channels:

Usage data | Official

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

To help our developers better serve you, Instructure would like to collect some usage data about your Canvas installation.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CANVAS_LMS_STATS_COLLECTION=opt_out

Usage data | Unofficial

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Entered data will not be sent to the telemetry service.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
TELEMETRY_OPT_IN=

Eternal Terminal

Eternal Terminal collects crashes and errors in order to help us improve your experience. The data collected is anonymous.

List of known telemetry channels:

Crash data

Official Usage data Update check Error report
โœ” โŒ โŒ โœ”

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
ET_NO_TELEMETRY=ANY_VALUE

Firefox

Telemetry collects information about your Firefox browsing experience to improve Firefox features, browser performance and stability.

List of known telemetry channels:

Enable policies (macOS)

Official Usage data Update check Error report
โœ” โŒ โŒ โŒ

Enable Firefox policies so the telemetry can be configured.

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ’ป Machine
OS Command
macOS defaults write /Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Examples of the kind of data Telemetry sends to Mozilla includes start-up time, time between cycle collector runs, memory heap used, whether hardware graphics acceleration or Java is enabled, and more. Telemetry does not collect any bookmarks or passwords. It may collect anonymized site visit information in some circumstances, such as when a secure browsing connection fails to connect, or for some experiments.

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ’ป Machine
OS Command
macOS defaults write /Library/Preferences/org.mozilla.firefox DisableTelemetry -bool TRUE
2. Edit config file (JSON)
Scope: ๐Ÿ’ป Machine
OS Path
Linux distribution/policies.json
macOS /Applications/Firefox.app/Contents/Resources/distribution/policies.json
Windows distribution\policies.json
Content
{
  "policies": {
    "DisableTelemetry": true
  }
}
3. Set registry key
Scope: ๐Ÿ’ป Machine
  • Path: HKEY_LOCAL_MACHINE\Software\Policies\Mozilla\Firefox\DisableTelemetry
  • Type: REG_DWORD
  • Value: 1

Example:

reg add HKEY_LOCAL_MACHINE\Software\Policies\Mozilla\Firefox /v DisableTelemetry /d 1 /t REG_DWORD /f
Scope: ๐Ÿ‘ค User
  • Path: HKEY_CURRENT_USER\Software\Policies\Mozilla\Firefox\DisableTelemetry
  • Type: REG_DWORD
  • Value: 1

Example:

reg add HKEY_CURRENT_USER\Software\Policies\Mozilla\Firefox /v DisableTelemetry /d 1 /t REG_DWORD /f

Homebrew

Homebrew has begun gathering anonymous aggregate user behaviour analytics and reporting these to Google Analytics.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
HOMEBREW_NO_ANALYTICS=1
2. Run command
Scope: ๐Ÿ‘ค User
brew analytics off

Lens

Lens collects telemetry data, which is used to help us understand how to improve the product. For example, this usage data helps us to debug issues and to prioritize new features.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable usage data reporting

    If you don't wish to send usage data to Mirantis, you can disable the "Telemetry & Usage Tracking" in the Lens preferences.

LYNX VFX

When using LYNX, non personal data can be optionally collected via Google Analytics. This helps us get feedback and prioritize the development to give you the best possible version of our product in future releases.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
LYNX_ANALYTICS=0
2. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux /etc/LYNX.config
Content
{
  "ANALYTICS": {
    "enabled": 0
  }
}

Microsoft 365 | Enterprise

Microsoft is committed to providing you with the information and controls you need to make choices about how your data is collected and used when youโ€™re using Microsoft 365 Apps for enterprise (previously named Office 365 ProPlus).

List of known telemetry channels:

Diagnostic data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Configure the level of client software diagnostic data sent by Office to Microsoft.

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ’ป Machine
OS Command
macOS defaults write com.microsoft.office DiagnosticDataTypePreference -string ZeroDiagnosticData
2. Set registry key
Scope: ๐Ÿ‘ค User
  • Path: HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\common\privacy\SendTelemetry
  • Type: REG_DWORD
  • Value: 3

Example:

reg add HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\common\privacy /v SendTelemetry /d 3 /t REG_DWORD /f

Microsoft calculator

This project collects usage data and sends it to Microsoft to help improve our products and services.

List of known telemetry channels:

Diagnostic data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Diagnostic data is disabled in development builds by default, and can be enabled with the SEND_DIAGNOSTICS build flag.

Quickwit

Quickwit Inc. collects anonymous data regarding general usage to help us drive our development.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DISABLE_QUICKWIT_TELEMETRY=1

Ubiquiti UISP Management System

The UISP local controller collects certain telemetry and error information and reports it to Ubiquiti for the purpose of improving the product and the user experience.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Usage data | via web-ui

    Telemetry and error reporting for both Network and CRM modules can be disabled in Settings โ†’ UISP.

VSCode

Visual Studio Code collects telemetry data, which is used to help understand how to improve the product.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

VS Code collects usage data that helps to debug issues, such as slow start-up times, and to prioritize new features.

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "telemetry.enableTelemetry": false
}

Crash data

Official Usage data Update check Error report
โœ” โŒ โŒ โœ”

VS Code collects data about any crashes that occur and sends it to Microsoft to help improve our products and services.

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "telemetry.enableCrashReporter": false
}

Windows Terminal

The Windows Terminal client is instrumented to collect usage and diagnostic (error) data and sends it to Microsoft to help improve the product.

List of known telemetry channels:

Usage and Diagnostic data

Official Usage data Update check Error report
โœ” โœ” โŒ โœ”

The Windows Terminal client respects machine wide privacy settings and users can opt-out on their device, as documented in the Microsoft Windows privacy statement.

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. support.microsoft.com | Diagnostics, feedback, and privacy in Windows 10

    To opt-out, go to 'Start', then select 'Settings' > 'Privacy' > 'Diagnostics & feedback', and select 'Basic'.

2. Set registry key
Scope: ๐Ÿ’ป Machine
  • Path: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection\AllowTelemetry
  • Type: REG_DWORD
  • Value: 1

Example:

reg add HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /d 1 /t REG_DWORD /f

winget

The winget.exe client is instrumented to collect usage and diagnostic (error) data and sends it to Microsoft to help improve the product.

List of known telemetry channels:

Usage and Diagnostic data

Official Usage data Update check Error report
โœ” โœ” โŒ โœ”

The winget.exe client respects machine wide privacy settings and users can opt-out on their device, as documented in the Microsoft Windows privacy statement.

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. support.microsoft.com | Diagnostics, feedback, and privacy in Windows 10

    To opt-out, go to 'Start', then select 'Settings' > 'Privacy' > 'Diagnostics & feedback', and select 'Basic'.

2. Set registry key
Scope: ๐Ÿ’ป Machine
  • Path: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection\AllowTelemetry
  • Type: REG_DWORD
  • Value: 1

Example:

reg add HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /d 1 /t REG_DWORD /f

Cloud

Automagica

This allows us to collect information on the usage of certain Automagica functionalities in order for us to keep improving the software.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
AUTOMAGICA_NO_TELEMETRY=ANY_VALUE

AWS SAM CLI

At AWS, we develop and launch services based on what we learn from interactions with customers. We use customer feedback to iterate on our product. Telemetry is additional information that helps us to better understand our customersโ€™ needs, diagnose issues, and deliver features that improve the customer experience. The AWS SAM CLI collects telemetry, such as generic usage metrics, system and environment information, and errors.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
SAM_CLI_TELEMETRY=0

Azure CLI

Allow Microsoft to collect anonymous data on the usage of the CLI.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
AZURE_CORE_COLLECT_TELEMETRY=0
2. Run command
Scope: ๐Ÿ‘ค User
az configure -d collect_telemetry=0

Google Cloud SDK

Unless you opt-in during Google Cloud SDK installation, Cloud SDK software does not collect usage statistics. You can help Google to prioritize Google Cloud SDK features and improvements by permitting Cloud SDK to send command-line command usage statistics to Google.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CLOUDSDK_CORE_DISABLE_USAGE_REPORTING=true
2. Run command
Scope: ๐Ÿ‘ค User
gcloud config set disable_usage_reporting true

Hoockdeck CLI

Telemetry data is sent to Hookdeck.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
HOOKDECK_CLI_TELEMETRY_OPTOUT=ANY_VALUE

Netdata

By default, Netdata collects anonymous usage information from the open-source monitoring agent using the open-source product analytics platform PostHog. We self-host our PostHog instance, which means your data is never sent or processed by any third parties outside of the Netdata infrastructure.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DO_NOT_TRACK=1
2. Visit link(s) for more details
  1. Usage data | using empty file

    Create an empty file called .opt-out-from-anonymous-statistics in your Netdata configuration directory (usually /etc/netdata).

  2. Usage data | using installer option

    Pass the option --disable-telemetry to any of the installer scripts in the installation docs.

Netlify CLI

By default, Netlify collects data on usage of Netlify CLI commands. We do this to improve the reliability and performance of Netlify CLI, and to help drive new features and improvements.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
netlify --telemetry-disable
2. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.netlify/config.json
macOS $HOME/.netlify/config.json
Windows %USERPROFILE%\.netlify\config.json
Content
{
  "telemetryDisabled": true
}

Scaleway CLI (v2)

Send usage statistics and diagnostics.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
scw config set send-telemetry=false

Stripe CLI

The Stripe CLI includes a telemetry feature that collects some usage data. This feature is enabled by default.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
STRIPE_CLI_TELEMETRY_OPTOUT=1

Tilt

Tilt sends anonymized data about how you use it.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DO_NOT_TRACK=1

Communications

Mattermost Server

As described in the privacy policy in each Mattermost server, telemetry data optionally shared from your Mattermost servers is used to identify security and reliability issues, to analyze and fix software problems, to help improve the quality of Mattermost software and related services, and to make design decisions for future releases.

List of known telemetry channels:

Diagnostic data

Official Usage data Update check Error report
โŒ โŒ โŒ โœ”

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
MM_LOGSETTINGS_ENABLEDIAGNOSTICS=false

Security Update Check

Official Usage data Update check Error report
โŒ โŒ โœ” โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
MM_SERVICESETTINGS_ENABLESECURITYFIXALERT=false

Database

Aerospike

Aerospike Telemetry is a feature that allows us to collect certain use data - not the database data - on your Aerospike Community Edition server use.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ’ป Machine
/opt/aerospike/telemetry/telemetry.py /etc/aerospike/telemetry.conf --disable
2. Edit config file (INI)
Scope: ๐Ÿ’ป Machine

Path: /etc/aerospike/telemetry.conf

Content
[main]
disable = true

Feast

The Feast maintainers use anonymous usage statistics to help shape the Feast roadmap.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
FEAST_TELEMETRY=False

InfluxDB

InfluxData collects information about the usage of InfluxDB. This โ€œphone homeโ€ capability is intended to provide us with information about the broader user community and an understanding of how the platform is being used.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
INFLUXD_REPORTING_DISABLED=true
2. Visit link(s) for more details
  1. Disable usage data reporting

    Telemetry reporting is enabled by default. However, weโ€™ve made it as easy as possible to โ€˜opt-outโ€™ of the reporting. Simply start the InfluxDB process with the --reporting-disabled flag

3. Edit config file (YAML)
Scope: ๐Ÿ‘ค User
OS Path
Linux $INFLUXD_CONFIG_PATH/config.yaml
macOS $INFLUXD_CONFIG_PATH/config.yaml
Windows %INFLUXD_CONFIG_PATH%\config.yaml
Content
telemetry:
  enabled: false

Materialize

Unless disabled, upon startup and once an hour materialized reports some anonymous telemetry data to a central server operated by materialize.com.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable telemetry for a single invocation

    If you would like to disable telemetry collection or uploading for a single invocation, pass the --disable-telemetry flag, for example:

    materialized --disable-telemetry

Meltano

By default, Meltano shares anonymous usage data with the Meltano team using Google Analytics.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
MELTANO_DISABLE_TRACKING=True
2. Visit link(s) for more details
  1. New project

    When creating a new project, pass --no_usage_stats to meltano init

  2. Existing project

    In an existing project, disable send_anonymous_usage_stats setting

Quilt

Quilt collect anonymous usage statistics to find bugs and prioritize features.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
QUILT_DISABLE_USAGE_METRICS=True
2. Run command
Scope: ๐Ÿ‘ค User
quilt3 disable-telemetry

TimescaleDB

We enable anonymous usage sharing to help us better understand and assist TimescaleDB users, as well as provide automated version checks.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ’ป Machine
psql -c "ALTER SYSTEM SET timescaledb.telemetry_level=off"
2. Edit config file (plaintext)
Scope: ๐Ÿ‘ค User
OS Path
Linux /usr/local/var/postgres/postgresql.conf
macOS ./Library/PostgreSQL/{postgres_version}/share/postgresql/postgresql.conf
Windows %ProgramFiles%\PostgreSQL\{postgres_version}\postgresql.conf
Content
timescaledb.telemetry_level=off

Development

aliBuild

aliBuild has begun gathering anonymous aggregate user behaviour analytics.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
ALIBUILD_NO_ANALYTICS=1
2. Run command
Scope: ๐Ÿ‘ค User
aliBuild analytics off

Angular

When installing the Angular CLI or upgrading an existing version, you are prompted to allow global collection of usage statistics. If you say no or skip the prompt, no data is collected.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Share usage data with Angular team.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
NG_CLI_ANALYTICS=false
2. Run command
Scope: ๐Ÿ‘ค User
ng analytics off

Usage data (custom)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Gather usage data in your own Google Analytics. This configuration option is separate from and in addition to other usage analytics that your users may be sharing with Google.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
NG_CLI_ANALYTICS_SHARE=false
2. Run command
Scope: ๐Ÿ‘ค User
ng config --global --remove cli.analyticsSharing
3. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.angular-config.json
macOS $HOME/.angular-config.json
Windows %USERPROFILE%\.angular-config.json
Content
{
  "cli": {
    "analyticsSharing": "<- REMOVE THIS KEY"
  }
}

Appc Daemon

The telemetry system is implemented in the appcd-telemetry pacakge and provides a service for collecting time and counter-based information and sending it to the Appc cloud for processing.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
APPCD_TELEMETRY=0
2. Run command
Scope: ๐Ÿ‘ค User
appcd config set telemetry.enabled false --force

App Center CLI

App Center CLI would like to collect data about how users use CLI commands and some problems they encounter.

  • Privacy policy: โŒ

List of known telemetry channels:

Usage data (command)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
appcenter telemetry off

Usage data (env. var)

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
MOBILE_CENTER_TELEMETRY=off

Usage data (JSON file)

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Empty JSON file will disable telemetry.

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (plaintext)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.appcenter-cli/telemetryEnabled.json
macOS $HOME/.appcenter-cli/telemetryEnabled.json
Windows %APPDATA%\.appcenter-cli\telemetryEnabled.json
Content
false

Arduino CLI

No data is currently gathered from users of the CLI. Arduino CLI can be launched as a gRPC server via the daemon command. To provide observability for the gRPC server activities besides logs, the daemon mode activates and exposes by default a Prometheus endpoint (http://localhost:9090/metrics) that can be fetched for metrics data

List of known telemetry channels:

Internal metrics

Official Usage data Update check Error report
โœ” โŒ โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
ARDUINO_METRICS_ENABLED=false
2. Visit link(s) for more details
  1. Internal metrics (config file)

    The metrics settings are exposed via the metrics section in the CLI configuration

Bot Framework CLI

Privacy is very important to us. BF CLI contains optional instrumentation that is designed to help us improve the tool based on anonymous usage patterns. It is disabled, opted-out by default.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
BF_CLI_TELEMETRY=false
2. Run command
Scope: ๐Ÿ‘ค User
bf config:set:telemetry --disable

BuildBuddy

At BuildBuddy, we collect telemetry for the purpose of helping us build a better BuildBuddy.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

The telemetry data we collect is reported once per day and contains only aggregate stats like invocation counts and feature usage information. Our telemetry infrastructure is also used to report when important security updates are available.

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Telemetry | Using commandline flag

    Provide ---disable_telemetry=true flag.

Usage data (Google Analytics(

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

We also use Google Analytics to collect pseudonymized usage data about how users are using the BuildBuddy product and how well it is performing.

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Google Analytics | Using commandline flag

    Provide --disable_ga=true flag.

Carbon Design System

Carbon contains a telemetry feature that collects usage information for IBM and Carbon Design System properties.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CARBON_TELEMETRY_DISABLED=1

choosenim

Starting with version 0.3.0, choosenim has the ability to gather anonymous aggregate user behaviour analytics and to report them to Google Analytics.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CHOOSENIM_NO_ANALYTICS=1

CocoaPods

First up, we don't want to know anything about your app. So in order to know unique targets we use your project's target UUID as an identifier. These are a hash of your MAC address, Xcode's process id and the time of target creation (but we only know the UUID/hash, so your MAC address is unknown to us). These UUIDs never change in a project's lifetime (contrary to, for example, the bundle identifier). We double hash it just to be super safe.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
COCOAPODS_DISABLE_STATS=true

code-server

We use the data collected only to improve code-server.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Using commandline flag

    Use the --disable-telemetry flag to completely disable telemetry.

Apache Cordova CLI

We use the gathered information to help us make our tool more useful and to better understand how it is used. We do not track or collect personally identifiable information or associate gathered data with any personally identifying information from other sources.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CI=ANY_VALUE
2. Run command
Scope: ๐Ÿ‘ค User
cordova telemetry off

Cube.js

Cube.js collects high-level anonymous usage statistics for servers started in development mode. It doesn't track any credentials, schema contents or queries issued. This statistics is used solely for the purpose of constant cube.js improvement.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CUBEJS_TELEMETRY=false

Usage data (per-project)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable per-project usage data reporting

    You can opt out by setting telemetry option to false: module.exports = { telemetry: false, };

Dagster

As an open source project, we collect usage statistics to better understand how users engage with Dagster and to inform development priorities.

List of known telemetry channels:

Usage data (config file)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (YAML)
Scope: ๐Ÿ‘ค User
OS Path
Linux $DAGSTER_HOME/dagster.yaml
macOS $DAGSTER_HOME/dagster.yaml
Windows %DAGSTER_HOME%\dagster.yaml
Content
telemetry:
  enabled: false

Usage data (environment variable)

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DAGSTER_DISABLE_TELEMETRY=ANY_VALUE

Docker Desktop

Docker Desktop tracks all app interactions, checks for updates and sends crash reports.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

All app interactions are tracked via segment.com

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Block tracking

    Add this record to your hosts file to block access to Segment

    0.0.0.0 api.segment.io
    

Customer experience data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Customer experience is tracked via www.wootric.com

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Block tracking

    Add this record to your hosts file to block access to Wootric

    0.0.0.0 api.wootric.com
    

Crash data

Official Usage data Update check Error report
โŒ โŒ โŒ โœ”

Crash reports are uploaded to the www.bugsnag.com

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Block crash reports

    Add this record to your hosts file to block access to Bugsnag

    0.0.0.0 notify.bugsnag.com
    0.0.0.0 sessions.bugsnag.com
    

Update check

Official Usage data Update check Error report
โŒ โŒ โœ” โŒ

Updates are forced, unless you upgrade to a paid plan

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Block update check

    Add this record to your hosts file to block update checks

    0.0.0.0 desktop.docker.com
    
  2. github.com | RektInator/kill-docker-auto-update

    This repository contains patched binaries that disable the auto-updating process of Docker Desktop. If you rather patch the binaries yourself, the instructions can be found under Patching Docker Manually.

.NET Interactive

Telemetry is collected when .NET Interactive is started. Once .NET Interactive is running, we do not collect telemetry from any further user actions.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT=1

dotnet-svcutil

Anonymous telemetry information collection.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DOTNET_SVCUTIL_TELEMETRY_OPTOUT=1

DVC

To help us better understand how DVC is used and improve it, DVC captures and reports anonymized usage statistics.

List of known telemetry channels:

Usage Analytics

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ’ป Machine
dvc config core.analytics false --system
Scope: ๐Ÿ‘ค User
dvc config core.analytics false --global

Ember CLI

Ember-cli tracks (only) the following data points: ember-cli version, build/rebuild/live-reload times, how many errors occurred.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.ember-cli
macOS $HOME/.ember-cli
Windows %USERPROFILE%\.ember-cli
Content
{
  "disableAnalytics": true
}
2. Visit link(s) for more details
  1. Disable usage data reporting

    You can also disable analytics on per-command basis by adding '--disable-analytics' option

Fastlane

fastlane tracks a few key metrics to understand how developers are using the tool and to help us know what areas need improvement. No personal/sensitive information is ever collected.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
FASTLANE_OPT_OUT_USAGE=YES
2. Visit link(s) for more details
  1. Per-project (Fastfile)

    Add opt_out_usage at the top of your Fastfile to disable metrics collection.

Flagsmith API

Flagsmith collects information about self hosted installations. This helps us understand how the platform is being used. This data is never shared outside of the organisation, and is anonymous by design.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
TELEMETRY_DISABLED=ANY_VALUE

Flutter

If you have not opted-out of Flutter's analytics and crash reporting, when a flutter command crashes it attempts to send a crash report to Google in order to help Google contribute improvements to Flutter over time.

List of known telemetry channels:

Crash reporting

Official Usage data Update check Error report
โœ” โŒ โŒ โœ”

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
flutter config --no-analytics

Gatsby

Gatsby contains a telemetry feature that collects anonymous usage information that is used to help improve Gatsby for all users. The Gatsby user base is growing very rapidly. Itโ€™s important that our small team and the greater community will better understand the usage patterns, so we can best decide how to design future features and prioritize current work.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
GATSBY_TELEMETRY_DISABLED=1
2. Run command
Scope: ๐Ÿ‘ค User
gatsby telemetry --disable

Hasura GraphQL engine

The Hasura GraphQL engine collects anonymous telemetry data that helps the Hasura team in understanding how the product is being used and in deciding what to focus on next.

List of known telemetry channels:

Usage data (CLI and Console)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

The CLI collects each execution event, along with a randomly generated UUID. The execution event contains the command name, timestamp and whether the execution resulted in an error or not. Error messages, arguments and flags are not recorded. The CLI also collects the server version and UUID that it is talking to. The operating system platform and architecture is also noted along with the CLI version.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
HASURA_GRAPHQL_ENABLE_TELEMETRY=false
2. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.hasura/config.json
macOS $HOME/.hasura/config.json
Windows %USERPROFILE%\.hasura\config.json
Content
{
  "enable_telemetry": false
}

Humbug

Humbug lets you collect basic system information and crash reports while respecting your users' privacy.

  • Privacy policy: โŒ

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

For people who want to opt out of any Humbug reporting across any tool with a single setting.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
BUGGER_OFF=1

ImageGear

By using the TOOLKIT with an Evaluation License, you hereby agree to allow ACCUSOFT to collect and monitor data about which of the TOOLKIT API calls you use and which of our sample programs you use. We use this tracking information to determine which areas of the TOOLKIT are most (and least) popular to improve our SDK capabilities and our samples in the future. The tracking information is anonymized in such a way that neither ACCUSOFT nor anybody else can associate this information with you. Please note that no usage data is collected for a licensed TOOLKIT.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

ImageGear for C and C++

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
OS Variable Name
Linux IG_PRO_OPT_OUT
Value: YES

Ionic CLI

The CLI sends usage data to Ionic to create a better experience.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
ionic config set --global telemetry false

Local WP

App interactions are tracked via segment.com

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Block tracking

    Add this record to your hosts file to block access to Segment

    0.0.0.0 api.segment.io
    

MeiliSearch

MeiliSearch collects anonymous data regarding general usage. This helps us better understand developers' usage of MeiliSearch features. We also use Sentry to make us crash and error reports.

List of known telemetry channels:

Usage data and crash reports

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
MEILI_NO_ANALYTICS=true

ML.NET CLI

The ML.NET CLI includes a telemetry feature that collects anonymous usage data that is aggregated for use by Microsoft.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
MLDOTNET_CLI_TELEMETRY_OPTOUT=True

mssql-cli

By default, Microsoft collects anonymous usage data in order to improve the user experience. The usage data collected allows the team to prioritize features and bug fixes.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
MSSQL_CLI_TELEMETRY_OPTOUT=True

.NET Core SDK

The NET Core SDK includes a telemetry feature that collects usage data and exception information when the .NET Core CLI crashes. The .NET Core CLI comes with the .NET Core SDK and is the set of verbs that enable you to build, test, and publish your .NET Core apps. It's important that the .NET team understands how the tools are used so they can be improved. Information on failures helps the team resolve problems and fix bugs.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DOTNET_CLI_TELEMETRY_OPTOUT=true

Next.js

Next.js collects completely anonymous telemetry data about general usage. Participation in this anonymous program is optional, and you may opt-out if you'd not like to share any information.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
NEXT_TELEMETRY_DISABLED=1
2. Run command
Scope: ๐Ÿ‘ค User
npx next telemetry disable

NocoDB

NocoDB collects telemetry.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
NC_DISABLE_TELE=1

Nuxt.js

Nuxt Telemetry collects anonymous telemetry data about general usage. This helps us to accurately gauge feature usage and customization across all our users.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
NUXT_TELEMETRY_DISABLED=1
2. Run command
Scope: ๐Ÿ‘ค User
npx nuxt telemetry disable --global

One Codex API - Python Client Library and CLI

One Codex CLI logs errors to One Codex's Sentry server.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
ONE_CODEX_NO_TELEMETRY=True

Ory

Ory's services collect summarized, anonymized data that can optionally be turned off.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
SQA_OPT_OUT=true
2. Visit link(s) for more details
  1. Using commandline flag

    Provide --sqa-opt-out flag to Ory product.

  2. Using config file

    Set the yaml configuration key (if supported by Ory product):

    sqa.opt_out=true

Oryx

When utilized within Azure services, this project collects usage data and sends it to Microsoft to help improve our products and services.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
ORYX_DISABLE_TELEMETRY=true

otel-launcher-node

Launcher automatically collects and sends host metrics to Lightstep.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
LS_METRICS_HOST_ENABLED=0

Pants

Pants can optionally send anonymized telemetry to the Pants project. This data helps us develop and improve Pants by detecting bugs, analyzing usage patterns, and so on. Telemetry is sent in the background, so it doesn't slow down your Pants runs. No telemetry is sent until you opt in to this feature.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
PANTS_ANONYMOUS_TELEMETRY_ENABLED=false
2. Visit link(s) for more details
  1. Using commandline flag

    Provide --no-anonymous-telemetry-enabled flag.

  2. Using config file

    To explicitly opt out of telemetry and silence any logging about it add this to your pants.toml:

    [anonymous-telemetry]
    enabled = false

Microsoft Power Platform CLI

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
pac telemetry disable

Prisma

Telemetry helps us better understand how many users are using our products and how often they are using our products.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Invocations of the prisma CLI and general usage of Studio results in data being sent to the telemetry server at https://checkpoint.prisma.io.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CHECKPOINT_DISABLE=1

Error reporting

Official Usage data Update check Error report
โœ” โŒ โŒ โœ”

Before an error report is submitted, there will always be a prompt asking you to confirm or deny the submission of the error report!

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable error reporting

    You can opt-out of data collection by responding to the interactive prompt with no.

projector-cli

Projector uses Application Insights to better understand and fix errors that come up in the CLI.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
TELEMETRY_ENABLED=0

PROSE Code Accelerator SDK

PROSE sends telemetry information for the purpose of improving the product. The data collected is not used to identify any person.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
PROSE_TELEMETRY_OPTOUT=ANY_VALUE
2. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/prose/config.json
macOS $HOME/.config/prose/config.json
Windows %USERPROFILE%\.config\prose\config.json
Content
{
  "telemetry_opt_out": true
}

pytket

pytket features a telemetry module which can be used to keep track of pyktet usage and will provide usage analytics and error reporting at a later date. Telemetry is disabled by default.

List of known telemetry channels:

Diagnostic data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Once a user has opted in to telemetry they will be assigned a telemetry ID by making an HTTP request to a CQC server with some information about their system. The telemetry feature will not collect any Personally Identifiable Information (PII).

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/pytket/config.json
macOS $HOME/.config/pytket/config.json
Windows %USERPROFILE%\.config\pytket\config.json
Content
{
  "enable_telemetry": false
}

REST API Fuzz Testing (RAFT)

By default, we collect anonymous usage data from your RAFT instance, which helps us understand how users use RAFT and the problems they experience, which in turn, helps us improve the quality of the offering over time.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable metrics in config file

    The first time you use this command, RAFT will create an empty 'defaults.json' file in the CLI directory on your local machine. Set the 'metricsOptIn' field in this file set to 'false'

Rasa

Rasa uses telemetry to report anonymous usage information. This information is essential to help improve Rasa Open Source for all users.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
RASA_TELEMETRY_ENABLED=false
2. Run command
Scope: ๐Ÿ‘ค User
rasa telemetry disable

react-admin

In production, react-admin applications send an anonymous request on mount to a telemetry server operated by marmelab.

List of known telemetry channels:

Domain stats

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Domain stats | via code

    You can opt out of telemetry by simply adding disableTelemetry to the <Admin> component:

    // in src/App.js
    import * as React from "react";
    import { Admin } from 'react-admin';
    
    const App = () => (
       <Admin disableTelemetry>
           // ...
       </Admin>
    );

React Native for Windows + macOS

Some build-time tools will send telemetry to Microsoft by default. No telemetry is collected or transmitted in the final app.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. react-native-windows/cli | Using commandline flag

    Provide --no-telemetry flag.

  2. react-native-windows-init | Using commandline flag

    Provide --no-telemetry flag.

ReportPortal (JS client)

ReportPortal collects only information about agent name and version. This information is sent to Google analytics on the launch start.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
REPORTPORTAL_CLIENT_JS_NO_ANALYTICS=true

ReportPortal (Pytest plugin)

ReportPortal collects information about agent name and its version only. This information is sent to Google analytics on the launch start.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
AGENT_NO_ANALYTICS=1

RESTler

RESTler collects telemetry in order to understand usage and prioritize improvements.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
RESTLER_TELEMETRY_OPTOUT=1

Rockset CLI

The Rockset CLI includes a telemetry feature that collects some usage data. This feature is enabled by default. We never log any sensitive data, query text, or query result data.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
ROCKSET_CLI_TELEMETRY_OPTOUT=1

Testim Root Cause

As part of an incubating feature, we are collection some basic telemetry & usage statistics.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
SUGGESTIONS_OPT_OUT=ANY_VALUE

Rover CLI

By default, Rover collects some anonymous usage data to help us improve the tool.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
APOLLO_TELEMETRY_DISABLED=1

Salto CLI

Telemetry refers to the collection of non personally identifiable data. The data is being used to improve the product's performance, as well as detect bugs and issues.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
SALTO_TELEMETRY_DISABLE=1
2. Edit config file (plaintext)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.salto/salto.config/config.nacl
macOS $HOME/.salto/salto.config/config.nacl
Windows %USERPROFILE%\.salto\salto.config\config.nacl
Content
AppConfig:
    telemetry: false

Serverless Framework

Serverless Framework collects anonymous telemetry data in order to better understand the needs of our users and to help drive better prioritization of improvements and more informed decisions.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
SLS_TELEMETRY_DISABLED=1
2. Run command
Scope: ๐Ÿ‘ค User
serverless slstats --disable

Salesforce CLI

Salesforce collects usage data and metrics (telemetry) to help improve Salesforce CLI. We collect anonymous information related to the use of the CLI and plug-ins, such as which commands and parameters were run, and performance and error data.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
SFDX_DISABLE_TELEMETRY=true
2. Run command
Scope: ๐Ÿ‘ค User
sfdx config:set disableTelemetry=true --global

SKU

To help us improve sku, please install our private telemetry package that gives us insights on usage, errors and performance.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
SKU_TELEMETRY=false

Stencil

As of version 2.7.0, Stencil collects anonymous telemetry data about usage of our command line interface.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
npx stencil telemetry off

Strapi

Strapi contains a feature in which anonymous and otherwise non-sensitive data is collected. This data is collectively aggregated for all our users, which when taken together give us a better global understanding of how users are interacting and using Strapi.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Don't send telemetry usage data to Strapi.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
STRAPI_TELEMETRY_DISABLED=true

Usage data (per-project)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable per-project usage data reporting

    Should you decide to opt-out, you may do so by removing the 'uuid' property in the 'package.json' file located within the root of your project. This will automatically disable this feature.

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Don't show the notification message about updating strapi in the terminal.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
STRAPI_DISABLE_UPDATE_NOTIFICATION=true

Tuist

Tuist sends some anonymous analytics events to track the usage of the tool.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
TUIST_STATS_OPT_OUT=1

TYPO3

Since TYPO3 CMS 6.2, the Install Tool allows integrators to update the TYPO3 Core with a click of a button.

List of known telemetry channels:

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

The Core Updater functionality can be turned off, in order to avoid users using it, i.e. if you use your own update mechanism. This feature is already disabled when TYPO3 is installed via Composer.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
TYPO3_DISABLE_CORE_UPDATER=1

Update check (Apache compatibility)

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Using Apache mod_rewrite in certain setups makes environment variables from original requests available in the target request as REDIRECT_<envvar>.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
REDIRECT_TYPO3_DISABLE_CORE_UPDATER=1

vstest

Going forward vstest platform will enable collection of rich telemetry data points to helps us and any vstest consuming platform in making the right choices to improve end user experience.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
VSTEST_TELEMETRY_OPTEDIN=0

VueDX

This package contains telemetry and submits various actions to Sentry.io.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
VUEDX_TELEMETRY=off

WAPM CLI

During the alpha, telemetry (specifically error logging to Sentry) is enabled by default in the WAPM CLI. We send and record information such as IP address, operating system name and version, and the error/panic message.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
wapm config set telemetry.enabled false

webhint

At the end of the second run webhint we will ask if you want to send limited usage information to help us to build a better product.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
HINT_TELEMETRY=off
2. Run command
Scope: ๐Ÿ‘ค User
hint --telemetry=off

Webiny

By default, Webiny collects anonymous usage information, which is exclusively used for improving the product and understanding usage patterns.

List of known telemetry channels:

Usage data (env. var)

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
REACT_APP_WEBINY_TELEMETRY=false

Usage data (command)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
yarn webiny disable-tracking

Yarn 2

Data are sent via batches, roughly every seven days. This prevents us from tracking your usage with a too high granularity, leaving us only the most useful information to do our job efficiently.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
YARN_ENABLE_TELEMETRY=0
2. Run command
Scope: ๐Ÿ‘ค User
yarn config set --home enableTelemetry 0

Usage data (per-project)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable per-project usage data reporting

    To disable it on a project (including for anyone who would clone it), run: yarn config set enableTelemetry 0

DevOps

AutomatedLab

AutomatedLab will start to collect telemetry starting with version 5.0. This is an opt-out collection and you will be asked once to specify whether or not you want to send us telemetry data.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
AUTOMATEDLAB_TELEMETRY_OPTIN=0
2. Run command
Scope: ๐Ÿ‘ค User
OS Command
Other pwsh -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command "Import-Module AutomatedLab -ErrorAction Stop ; Disable-LabTelemetry -ErrorAction Stop"
Windows powershell -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command "Import-Module AutomatedLab -ErrorAction Stop ; Disable-LabTelemetry -ErrorAction Stop"

Usage data (legacy env. var.)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
AUTOMATEDLAB_TELEMETRY_OPTOUT=1

AutoSPInstaller Online

Telemetry is disabled by default

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DisableTelemetry=True

Batect

No personally identifiable information or telemetry information is sent to the API as part of this process.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
BATECT_ENABLE_TELEMETRY=false
2. Run command
Scope: ๐Ÿ‘ค User
batect --permanently-disable-telemetry
3. Visit link(s) for more details
  1. Disable telemetry collection by blocking network access to telemetry host.

    If you wish to block telemetry data uploads at the network level, block access to api.abacus.batect.dev. Note that the IP address of this host name can change at any time, so it is best to block the host name, not the IP address.

Usage data (per-invocation)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable telemetry collection or uploading for a single invocation.

    If you would like to disable telemetry collection or uploading for a single invocation, pass the --no-telemetry flag, for example: ./batect --no-telemetry the-task

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Batect checks for updated versions and displays a reminder to the user if a newer version is available. It automatically checks for updates at most once every 36 hours.

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable update check

    Passing this flag will disable both the update check and notification: --no-update-notification.

Chef Automate

Users of this Chef Automate server may elect to share user-anonymized usage data with Chef Software, Inc. Chef uses this shared data to improve Chef Automate.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Server-side configuration

    Admins can opt out of telemetry for the Automate server and all of its users, by editing an existing configuration.toml or create a new TOML file.

  2. Individual user configuration

    Individual users can opt out of telemetry by unchecking the telemetry box on the welcome pop-up the first time they log into Automate. To opt out of telemetry at any later point in time, navigate to the profile icon, select โ€œAbout Chef Automateโ€ from the drop-down, and uncheck the telemetry checkbox.

Chef Workstation

In order to continually improve Chef Workstation, we collect information to help us identify bugs and understand how people interact with Chef Workstation.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CHEF_TELEMETRY_OPT_OUT=1
2. Edit config file (TOML)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.chef-workstation/config.toml
macOS $HOME/.chef-workstation/config.toml
Windows %USERPROFILE%\.chef-workstation\config.toml
Content
[telemetry]
enabled=false

Consul

Consul makes use of a HashiCorp service called Checkpoint which is used to check for updates and critical security bulletins.

List of known telemetry channels:

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Disables automatic checking for security bulletins and new version releases. This is disabled in Consul Enterprise.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CHECKPOINT_DISABLE=ANY_VALUE
2. Edit config file (JSON)
Scope: ๐Ÿ‘ค User

Path: some-dir/example.json

Content
{
  "disable_update_check": true
}

Update check signature

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Disables providing an anonymous signature for de-duplication with the update check

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User

Path: some-dir/example.json

Content
{
  "disable_anonymous_signature": true
}

decK

decK collects anonymized data to track feature adoption.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DECK_ANALYTICS=off

F5 BIG-IP Terraform provider

The F5 BIG-IP provider gathers non-identifiable usage data for the purposes of improving the product as outlined in the end user license agreement for BIG-IP.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
TEEM_DISABLE=true

F5 CLI

F5 collects non-personal telemetry data to help improve the CLI.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
F5_ALLOW_TELEMETRY=false

Infracost

When using a self-hosted Cloud Pricing API, Infracost CLI will send telemetry data.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Opt-out of telemetry when using a self-hosted Cloud Pricing API.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
INFRACOST_SELF_HOSTED_TELEMETRY=false

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Skip the Infracost update check.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
INFRACOST_SKIP_UPDATE_CHECK=true

k0s

To improve the end-user experience k0s is configured by default to collect telemetry data from clusters and send it to the k0s development team.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable usage data reporting

    To disable the telemetry function, change the enabled setting to false:

    spec:
       telemetry:
         enabled: true

Kics

Kics is using Sentry's application monitoring platform for crash reports collection: https://sentry.io/

List of known telemetry channels:

Usage data (current)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DISABLE_CRASH_REPORT=1

Usage data (legacy)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
KICS_COLLECT_TELEMETRY=0

kPow

The kPow UI records product usage with Google Analytics. We receive the standard Google Analytics data set (page views, location, etc). We also receive a small number of custom events when you take user action (topic-create, topic-delete, sample-topic, etc).

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Trial users cannot opt out of product telemetry. Licensed users can configure the following environment variable to opt out of product telemetry.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
ALLOW_UI_ANALYTICS=false

kubeapt

The software may collect information about you and your use of the software.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DASH_DISABLE_TELEMETRY=ANY_VALUE

MSLab

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
MSLAB_TELEMETRY_LEVEL=None

Nuke

As an effort to improve NUKE and to provide you with a better and more tailored experience, we include a telemetry feature that collects anonymous usage data and enables us to make more informed decisions for the future development.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
NUKE_TELEMETRY_OPTOUT=1

OpenVZ

vzstats is a tool to gather OpenVZ usage statistics.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. Disable usage data reporting

    You can completely disable vzstats client on a machine by executing the following command:

    mkdir -p /etc/vz
    touch /etc/vz/vzstats-disable

Packer

When Packer is invoked it sometimes calls out to checkpoint.hashicorp.com to look for new versions of Packer.

List of known telemetry channels:

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CHECKPOINT_DISABLE=1

PnP PowerShell

By default PnP PowerShell will report its usage to the PnP Team.

List of known telemetry channels:

Usage data (env. var)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

By default PnP PowerShell will report its usage to the PnP Team. We collection information about the version of PnP PowerShell and the cmdlet executed. Notice that we will not include parameters used and we will not include any values of parameters.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
PNPPOWERSHELL_DISABLETELEMETRY=true

Usage data (cmdlet)

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

In order to help to make PnP PowerShell better, we can track anonymous telemetry. We track the version of the cmdlets you are using, which cmdlet you are executing and which version of SharePoint you are connecting to.

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
OS Command
Other pwsh -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command "Import-Module PnP.PowerShell -ErrorAction Stop ; Disable-PnPPowerShellTelemetry -Force -ErrorAction Stop"
Windows powershell -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command "Import-Module PnP.PowerShell -ErrorAction Stop ; Disable-PnPPowerShellTelemetry -Force -ErrorAction Stop"

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

One time per PowerShell session PnP PowerShell will check for new versions when you execute Connect-PnPOnline.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
PNPPOWERSHELL_UPDATECHECK=false

Azure Service Fabric CLI

Sfctl telemetry collects command name without parameters provided or their values, sfctl version, OS type, python version, the success or failure of the command, the error message returned.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
sfctl settings telemetry set_telemetry --off

Skaffold

To help prioritize features and work on improving Skaffold, we collect anonymized Skaffold usage data. Usage data does not include any argument values or personal information.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Run command
Scope: ๐Ÿ‘ค User
skaffold config set --global collect-metrics false

Telepresence

Telepresence collects some basic information about its users so it can send important client notices, such as new version availability and security bulletins. We also use the information to aggregate basic usage analytics anonymously.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
SCOUT_DISABLE=1

Terraform

The Terraform CLI commands interact with the HashiCorp service Checkpoint to check for the availability of new versions and for critical security bulletins about the current version.

List of known telemetry channels:

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Disable checkpoint calls entirely.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CHECKPOINT_DISABLE=ANY_VALUE
2. Edit config file (plaintext)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.terraformrc
macOS $HOME/.terraformrc
Windows %APPDATA%\terraform.rc
Content
disable_checkpoint = true

Update check signature

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Disable the use of an anonymous signature in checkpoint requests. This allows Terraform to check for security bulletins but does not send the anonymous signature in these requests.

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (plaintext)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.terraformrc
macOS $HOME/.terraformrc
Windows %APPDATA%\terraform.rc
Content
disable_checkpoint_signature = true

Terraform Provider for Azure

If a custom partner_id is not specified, Azure provider will send the Terraform Partner ID to Microsoft to facilitate partner resource usage attribution.

  • Privacy policy: โŒ

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

if a custom partner_id is not specified, Azure provider will send the Terraform Partner ID to Microsoft to facilitate partner resource usage attribution.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
ARM_DISABLE_TERRAFORM_PARTNER_ID=true

Cloud Development Kit for Terraform

CDK for Terraform CLI (cdktf-cli) interacts with a HashiCorp service called Checkpoint to report project metrics such as cdktf version, project language, provider name, platform name, and other details that help guide the project maintainers with feature and roadmap decisions.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CHECKPOINT_DISABLE=ANY_VALUE

Vagrant

Vagrant interacts with HashiCorp services to provide update notifications.

List of known telemetry channels:

Vagrant update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Vagrant does occasional network calls to check whether the version of Vagrant that is running locally is up to date.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
VAGRANT_CHECKPOINT_DISABLE=ANY_VALUE

Vagrant box update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

By default, Vagrant will query the metadata API server to see if a newer box version is available for download.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
VAGRANT_BOX_UPDATE_CHECK_DISABLE=ANY_VALUE

Weave Net

Weave Net periodically contacts Weaveworks servers for available versions. New versions are announced in the log and in the status summary.

List of known telemetry channels:

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CHECKPOINT_DISABLE=1

WKSctl

wksctl contacts Weaveworks servers for available versions. When a new version is available, wksctl will print out a message along with a URL to download it.

List of known telemetry channels:

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
CHECKPOINT_DISABLE=1

Drivers

Nvidia drivers

Details on your device and network configurations, how you are using our products or services (including the software you are using), and details on how your system is performing, so we can optimize hardware and software configurations.

List of known telemetry channels:

Diagnostic data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Analyzing GeForce Experience Data Transfers with Packet Monitoring

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. NVCleanstall

    Our free software lets you customize the NVIDIA GeForce Driver package by removing components that you don't need (or want).

  2. Disable Nvidia Telemetry

    Disable Nvidia Telemetry is a utility that allows you to disable the telemetry services Nvidia bundles with their drivers.

Operating systems

Windows 10

Microsoft collects Windows diagnostic data to solve problems and to keep Windows up to date, secure, and operating properly.

List of known telemetry channels:

Usage data | Enterprise

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Applies to: Windows 10 Enterprise/Education, Windows Server 2016 and newer

Use methods described below to opt-out of this telemetry channel.

1. Set registry key
Scope: ๐Ÿ’ป Machine
  • Path: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection\AllowTelemetry
  • Type: REG_DWORD
  • Value: 0

Example:

reg add HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /d 0 /t REG_DWORD /f

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

There is no official way to disable telemetry in all other Windows editions (Home/Pro/etc...)

Use methods described below to opt-out of this telemetry channel.

1. Visit link(s) for more details
  1. ghacks.net | Comparison of Windows 10 Privacy tools

    We update the listing regularly. Please let us know about any updates that we may have missed, and about new programs that you found that are not on it already.

  2. github.com | Windows 10 Sophia Script

    A PowerShell module for Windows 10 fine-tuning and automating the routine tasks ๐Ÿ†

  3. github.com | crazy-max/WindowsSpyBlocker

    ๐Ÿ›ก Block spying and tracking on Windows

  4. github.com | builtbybel/Privatezilla

    Privatezilla is the simplest way to perform a quick privacy and security check of your Windows 10 copy.

  5. github.com | builtbybel/SharpApp

    ๐Ÿ’ฉโญ๏ธ๐Ÿš€A #app with cutting edge technology to minimize windows-10 telemetry and maximize privacy plus many more

Other

AccessMap

AccessMap tracks website interactions to do research on user interactions and root out bugs.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
ANALYTICS=no

Shells

Oh My Zsh

By default, you will be prompted to check for upgrades every few weeks.

List of known telemetry channels:

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DISABLE_AUTO_UPDATE=true

PowerShell Core

PowerShell Core sends basic telemetry data to Microsoft and queries an online service to determine if a newer version is available.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

PowerShell sends basic telemetry data to Microsoft. This data allows us to better understand the environments where PowerShell is used and enables us to prioritize new features and fixes.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
POWERSHELL_TELEMETRY_OPTOUT=1
2. Visit link(s) for more details
  1. Disable telemetry in PowerShell Core 6.0

    You can opt-out from telemetry by creating 'DELETE_ME_TO_DISABLE_CONSOLEHOST_TELEMETRY' file in the directory where 'pwsh' binary is installed.

Update check

Official Usage data Update check Error report
โœ” โŒ โœ” โŒ

PowerShell uses update notifications to alert users to the existence of updates to PowerShell. Once per day, PowerShell queries an online service to determine if a newer version is available.

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
POWERSHELL_UPDATECHECK=Off

VSCode extension

Azure Application Insights (VSCode)

The software may collect information about you and your use of the software and send it to Microsoft.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
AITOOLSVSCODE_DISABLETELEMETRY=ANY_VALUE

docs-yaml (VSCode)

The software may collect information about you and your use of the software and send it to Microsoft.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "docsYaml.telemetry.enableTelemetry": false
}
2. Visit link(s) for more details
  1. Usage data

    Follow the steps below to disable data collection:

    1. In Visual Studio Code: File > Preferences > Settings
    2. Navigate to Extensions > Docs Yaml
    3. Uncheck Enable usage data and errors to be sent to an online service.

ESP-IDF (VSCode)

We collect telemetry data, from vscode extension which is used to help understand how to improve the extension. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "idf.telemetry": false
}

JavaScript debugger (VSCode)

The software may collect information about you and your use of the software.

  • Privacy policy: โŒ

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โŒ โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Set environment variable
Scope: โง‰ Process
DA_TEST_DISABLE_TELEMETRY=1

Julia (VSCode)

You can help improve the Julia VS Code extension by sending usage statistics and exceptions to the development team. By default, telemetry and crash report data are not collected, but rather the user has to opt-in to have their data sent.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Anonymous, non-identifying usage and error data is sent to the development team.

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "julia.enableTelemetry": false
}

Crash data

Official Usage data Update check Error report
โœ” โŒ โŒ โœ”

Stack traces from errors in the extension are sent to the development team. Those stack traces can contain identifying information, for example filenames.

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "julia.enableCrashReporter": false
}

PrintCode (VSCode)

PrintCode records product usage with Google Analytics.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "printcode.disableTelemetry": true
}

REST Client (VSCode)

REST Client sends out anonymous usage data.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "rest-client.enableTelemetry": false
}

Serverless IDE (VSCode)

ServerlessIDE collects anonymous information related to the usage of the extensions, such as which commands were run, as well as performance and error data.

List of known telemetry channels:

Usage data and crash reports

Official Usage data Update check Error report
โœ” โœ” โŒ โœ”

We also respect the global telemetry setting telemetry.enableTelemetry; if that is set to false, ServerlessIDE telemetry is disabled.

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "serverlessIDE.telemetry.enableTelemetry": false
}

Terminal (VSCode)

Terminal uses Application Insights to track telemetry data. By default, telemetry data collection is turned on.

List of known telemetry channels:

Usage data

Official Usage data Update check Error report
โœ” โœ” โŒ โŒ

Use methods described below to opt-out of this telemetry channel.

1. Edit config file (JSON)
Scope: ๐Ÿ‘ค User
OS Path
Linux $HOME/.config/Code/User/settings.json
macOS $HOME/Library/Application Support/Code/User/settings.json
Windows %APPDATA%\Code\User\settings.json
Content
{
  "terminal.enableAppInsights": false
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].