Awesome list β’ Scripts β’ API β’ JSON data format β’ Contributing
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.
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:
The page you see has an awesome-list of telemetry channels in various apps.
Scripts to disable all known telemetry channels in your shell session.
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'
JSON telemetry data format description: data/README
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.
Lars Wirzenius (https://liw.fi, liw)
A proposed unified standard for opting out of telemetry for TUI/console apps: export DO_NOT_TRACK=1
Web tool to enforce privacy & security best-practices on Windows, because privacy is sexy ππ
GitHub: undergroundwires/privacy.sexy
List of Linux distributions, ranked by included telemetry.
A lot of software enables telemetry by default unless an environment variable is set. This repository collects telemetry opt-out environment variables from across the web.
How to disable most data collection happening in your software and on your devices.
CLI Privacy: Opt-out of third-party tracking in your terminal.
Below is automatically generated list of known telemetry channels for various applications.
Total count: 152
Help improve Atom by sending usage statistics, exceptions and deprecations to the team.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
The user's decision is stored at core.telemetryConsent. The three possible values are
undecided
,no
andlimited
. 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.
OS | Path |
---|---|
Linux | $HOME/.atom/init.coffee |
macOS | $HOME/.atom/init.coffee |
Windows | %USERPROFILE%\.atom\init.coffee |
atom.config.set('core.telemetryConsent', 'no')
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.
OS | Path |
---|---|
Linux | $HOME/.atom/init.coffee |
macOS | $HOME/.atom/init.coffee |
Windows | %USERPROFILE%\.atom\init.coffee |
atom.config.set('core.automaticallyUpdate', 'false')
Brave collects anonymized usage metrics and can send crash reports.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
Sending anonymous usage metrics is optional and can be disabled in Search settings.
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
Enable or disable automatic crash reporting
The software may collect information about you and your use of the software.
List of known telemetry channels:
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.
CANVAS_LMS_STATS_COLLECTION=opt_out
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.
TELEMETRY_OPT_IN=
Eternal Terminal collects crashes and errors in order to help us improve your experience. The data collected is anonymous.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
ET_NO_TELEMETRY=ANY_VALUE
Telemetry collects information about your Firefox browsing experience to improve Firefox features, browser performance and stability.
List of known telemetry channels:
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.
OS | Command |
---|---|
macOS | defaults write /Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE |
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.
OS | Command |
---|---|
macOS | defaults write /Library/Preferences/org.mozilla.firefox DisableTelemetry -bool TRUE |
OS | Path |
---|---|
Linux | distribution/policies.json |
macOS | /Applications/Firefox.app/Contents/Resources/distribution/policies.json |
Windows | distribution\policies.json |
{
"policies": {
"DisableTelemetry": true
}
}
HKEY_LOCAL_MACHINE\Software\Policies\Mozilla\Firefox\DisableTelemetry
REG_DWORD
1
Example:
reg add HKEY_LOCAL_MACHINE\Software\Policies\Mozilla\Firefox /v DisableTelemetry /d 1 /t REG_DWORD /f
HKEY_CURRENT_USER\Software\Policies\Mozilla\Firefox\DisableTelemetry
REG_DWORD
1
Example:
reg add HKEY_CURRENT_USER\Software\Policies\Mozilla\Firefox /v DisableTelemetry /d 1 /t REG_DWORD /f
Homebrew has begun gathering anonymous aggregate user behaviour analytics and reporting these to Google Analytics.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
HOMEBREW_NO_ANALYTICS=1
brew analytics off
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
HOMEBREW_NO_ANALYTICS_THIS_RUN=1
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
By default,
brew
command will try to fetch newest version of Homebrew and all formulae from GitHub.
Use methods described below to opt-out of this telemetry channel.
HOMEBREW_NO_AUTO_UPDATE=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
If you don't wish to send usage data to Mirantis, you can disable the "Telemetry & Usage Tracking" in the Lens preferences.
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
LYNX_ANALYTICS=0
OS | Path |
---|---|
Linux | /etc/LYNX.config |
{
"ANALYTICS": {
"enabled": 0
}
}
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:
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.
OS | Command |
---|---|
macOS | defaults write com.microsoft.office DiagnosticDataTypePreference -string ZeroDiagnosticData |
HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\common\privacy\SendTelemetry
REG_DWORD
3
Example:
reg add HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\common\privacy /v SendTelemetry /d 3 /t REG_DWORD /f
This project collects usage data and sends it to Microsoft to help improve our products and services.
List of known telemetry channels:
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 Inc. collects anonymous data regarding general usage to help us drive our development.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DISABLE_QUICKWIT_TELEMETRY=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
Telemetry and error reporting for both Network and CRM modules can be disabled in
Settings β UISP
.
Visual Studio Code collects telemetry data, which is used to help understand how to improve the product.
List of known telemetry channels:
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.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"telemetry.enableTelemetry": false
}
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.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"telemetry.enableCrashReporter": false
}
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:
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.
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'.
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection\AllowTelemetry
REG_DWORD
1
Example:
reg add HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /d 1 /t REG_DWORD /f
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:
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.
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'.
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection\AllowTelemetry
REG_DWORD
1
Example:
reg add HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /d 1 /t REG_DWORD /f
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
AUTOMAGICA_NO_TELEMETRY=ANY_VALUE
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SAM_CLI_TELEMETRY=0
Allow Microsoft to collect anonymous data on the usage of the CLI.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
AZURE_CORE_COLLECT_TELEMETRY=0
az configure -d collect_telemetry=0
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CLOUDSDK_CORE_DISABLE_USAGE_REPORTING=true
gcloud config set disable_usage_reporting true
Telemetry data is sent to Hookdeck.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
HOOKDECK_CLI_TELEMETRY_OPTOUT=ANY_VALUE
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DO_NOT_TRACK=1
Create an empty file called
.opt-out-from-anonymous-statistics
in your Netdata configuration directory (usually/etc/netdata
).
Usage data | using installer option
Pass the option
--disable-telemetry
to any of the installer scripts in the installation docs.
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
netlify --telemetry-disable
OS | Path |
---|---|
Linux | $HOME/.netlify/config.json |
macOS | $HOME/.netlify/config.json |
Windows | %USERPROFILE%\.netlify\config.json |
{
"telemetryDisabled": true
}
Send usage statistics and diagnostics.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
scw config set send-telemetry=false
The Stripe CLI includes a telemetry feature that collects some usage data. This feature is enabled by default.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
STRIPE_CLI_TELEMETRY_OPTOUT=1
Tilt sends anonymized data about how you use it.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DO_NOT_TRACK=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
MM_LOGSETTINGS_ENABLEDIAGNOSTICS=false
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
MM_SERVICESETTINGS_ENABLESECURITYFIXALERT=false
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
/opt/aerospike/telemetry/telemetry.py /etc/aerospike/telemetry.conf --disable
Path: /etc/aerospike/telemetry.conf
[main]
disable = true
The Feast maintainers use anonymous usage statistics to help shape the Feast roadmap.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
FEAST_TELEMETRY=False
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
INFLUXD_REPORTING_DISABLED=true
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
OS | Path |
---|---|
Linux | $INFLUXD_CONFIG_PATH/config.yaml |
macOS | $INFLUXD_CONFIG_PATH/config.yaml |
Windows | %INFLUXD_CONFIG_PATH%\config.yaml |
telemetry:
enabled: false
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
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
By default, Meltano shares anonymous usage data with the Meltano team using Google Analytics.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
MELTANO_DISABLE_TRACKING=True
When creating a new project, pass
--no_usage_stats
to meltano init
In an existing project, disable
send_anonymous_usage_stats
setting
Quilt collect anonymous usage statistics to find bugs and prioritize features.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
QUILT_DISABLE_USAGE_METRICS=True
quilt3 disable-telemetry
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
psql -c "ALTER SYSTEM SET timescaledb.telemetry_level=off"
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 |
timescaledb.telemetry_level=off
aliBuild has begun gathering anonymous aggregate user behaviour analytics.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
ALIBUILD_NO_ANALYTICS=1
aliBuild analytics off
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Share usage data with Angular team.
Use methods described below to opt-out of this telemetry channel.
NG_CLI_ANALYTICS=false
ng analytics off
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.
NG_CLI_ANALYTICS_SHARE=false
ng config --global --remove cli.analyticsSharing
OS | Path |
---|---|
Linux | $HOME/.angular-config.json |
macOS | $HOME/.angular-config.json |
Windows | %USERPROFILE%\.angular-config.json |
{
"cli": {
"analyticsSharing": "<- REMOVE THIS KEY"
}
}
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
APPCD_TELEMETRY=0
appcd config set telemetry.enabled false --force
App Center CLI would like to collect data about how users use CLI commands and some problems they encounter.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
appcenter telemetry off
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
MOBILE_CENTER_TELEMETRY=off
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Empty JSON file will disable telemetry.
Use methods described below to opt-out of this telemetry channel.
OS | Path |
---|---|
Linux | $HOME/.appcenter-cli/telemetryEnabled.json |
macOS | $HOME/.appcenter-cli/telemetryEnabled.json |
Windows | %APPDATA%\.appcenter-cli\telemetryEnabled.json |
false
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
ARDUINO_METRICS_ENABLED=false
Internal metrics (config file)
The metrics settings are exposed via the metrics section in the CLI configuration
AWS Amplify CLI sends anonymized information such as system metadata, usage metrics and errors.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
amplify configure --usage-data-off
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
BF_CLI_TELEMETRY=false
bf config:set:telemetry --disable
At BuildBuddy, we collect telemetry for the purpose of helping us build a better BuildBuddy.
List of known telemetry channels:
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.
Telemetry | Using commandline flag
Provide
---disable_telemetry=true
flag.
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.
Google Analytics | Using commandline flag
Provide
--disable_ga=true
flag.
Capacitor collects anonymous telemetry data about general usage. This is an opt-in program that provides insight to the Capacitor team to help improve the product.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
nx cap telemetry off
Carbon contains a telemetry feature that collects usage information for IBM and Carbon Design System properties.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CARBON_TELEMETRY_DISABLED=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CHOOSENIM_NO_ANALYTICS=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
COCOAPODS_DISABLE_STATS=true
We use the data collected only to improve code-server.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
Use the
--disable-telemetry
flag to completely disable telemetry.
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CI=ANY_VALUE
cordova telemetry off
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CUBEJS_TELEMETRY=false
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
Disable per-project usage data reporting
You can opt out by setting telemetry option to false:
module.exports = { telemetry: false, };
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
OS | Path |
---|---|
Linux | $DAGSTER_HOME/dagster.yaml |
macOS | $DAGSTER_HOME/dagster.yaml |
Windows | %DAGSTER_HOME%\dagster.yaml |
telemetry:
enabled: false
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DAGSTER_DISABLE_TELEMETRY=ANY_VALUE
Docker Desktop tracks all app interactions, checks for updates and sends crash reports.
List of known telemetry channels:
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.
Add this record to your hosts file to block access to Segment
0.0.0.0 api.segment.io
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.
Add this record to your hosts file to block access to Wootric
0.0.0.0 api.wootric.com
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.
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
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.
Add this record to your hosts file to block update checks
0.0.0.0 desktop.docker.com
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.
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT=1
Anonymous telemetry information collection.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DOTNET_SVCUTIL_TELEMETRY_OPTOUT=1
To help us better understand how DVC is used and improve it, DVC captures and reports anonymized usage statistics.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
dvc config core.analytics false --system
dvc config core.analytics false --global
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
OS | Path |
---|---|
Linux | $HOME/.ember-cli |
macOS | $HOME/.ember-cli |
Windows | %USERPROFILE%\.ember-cli |
{
"disableAnalytics": true
}
You can also disable analytics on per-command basis by adding '--disable-analytics' option
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
FASTLANE_OPT_OUT_USAGE=YES
Add
opt_out_usage
at the top of your Fastfile to disable metrics collection.
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
TELEMETRY_DISABLED=ANY_VALUE
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
flutter config --no-analytics
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
GATSBY_TELEMETRY_DISABLED=1
gatsby telemetry --disable
Instrumentation will be added to the Go command-line tools written and distributed by the Go team, such as the
go
command, the Go compiler,gopls
, andgovulncheck
.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Disable usage data reporting.
Use methods described below to opt-out of this telemetry channel.
GOTELEMETRY=off
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:
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.
HASURA_GRAPHQL_ENABLE_TELEMETRY=false
OS | Path |
---|---|
Linux | $HOME/.hasura/config.json |
macOS | $HOME/.hasura/config.json |
Windows | %USERPROFILE%\.hasura\config.json |
{
"enable_telemetry": false
}
Humbug lets you collect basic system information and crash reports while respecting your users' privacy.
List of known telemetry channels:
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.
BUGGER_OFF=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
ImageGear for C and C++
Use methods described below to opt-out of this telemetry channel.
OS | Variable Name |
---|---|
Linux | IG_PRO_OPT_OUT |
Value: YES
The CLI sends usage data to Ionic to create a better experience.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
ionic config set --global telemetry false
App interactions are tracked via segment.com
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
Add this record to your hosts file to block access to Segment
0.0.0.0 api.segment.io
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
MEILI_NO_ANALYTICS=true
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
MLDOTNET_CLI_TELEMETRY_OPTOUT=True
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
MSSQL_CLI_TELEMETRY_OPTOUT=True
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DOTNET_CLI_TELEMETRY_OPTOUT=true
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
NEXT_TELEMETRY_DISABLED=1
npx next telemetry disable
NocoDB collects telemetry.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
NC_DISABLE_TELE=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
NUXT_TELEMETRY_DISABLED=1
npx nuxt telemetry disable --global
One Codex CLI logs errors to One Codex's Sentry server.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
ONE_CODEX_NO_TELEMETRY=True
Ory's services collect summarized, anonymized data that can optionally be turned off.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SQA_OPT_OUT=true
Provide
--sqa-opt-out
flag to Ory product.
Set the yaml configuration key (if supported by Ory product):
sqa.opt_out=true
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
ORYX_DISABLE_TELEMETRY=true
Launcher automatically collects and sends host metrics to Lightstep.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
LS_METRICS_HOST_ENABLED=0
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
PANTS_ANONYMOUS_TELEMETRY_ENABLED=false
Provide
--no-anonymous-telemetry-enabled
flag.
To explicitly opt out of telemetry and silence any logging about it add this to your
pants.toml
:[anonymous-telemetry] enabled = false
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
pac telemetry disable
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:
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.
CHECKPOINT_DISABLE=1
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.
You can opt-out of data collection by responding to the interactive prompt with no.
Projector uses Application Insights to better understand and fix errors that come up in the CLI.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
TELEMETRY_ENABLED=0
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
PROSE_TELEMETRY_OPTOUT=ANY_VALUE
OS | Path |
---|---|
Linux | $HOME/.config/prose/config.json |
macOS | $HOME/.config/prose/config.json |
Windows | %USERPROFILE%\.config\prose\config.json |
{
"telemetry_opt_out": true
}
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:
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.
OS | Path |
---|---|
Linux | $HOME/.config/pytket/config.json |
macOS | $HOME/.config/pytket/config.json |
Windows | %USERPROFILE%\.config\pytket\config.json |
{
"enable_telemetry": false
}
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
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 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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
RASA_TELEMETRY_ENABLED=false
rasa telemetry disable
In production, react-admin applications send an anonymous request on mount to a telemetry server operated by marmelab.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
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> );
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
react-native-windows/cli | Using commandline flag
Provide
--no-telemetry
flag.
react-native-windows-init | Using commandline flag
Provide
--no-telemetry
flag.
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
REPORTPORTAL_CLIENT_JS_NO_ANALYTICS=true
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
AGENT_NO_ANALYTICS=1
RESTler collects telemetry in order to understand usage and prioritize improvements.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
RESTLER_TELEMETRY_OPTOUT=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
ROCKSET_CLI_TELEMETRY_OPTOUT=1
As part of an incubating feature, we are collection some basic telemetry & usage statistics.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SUGGESTIONS_OPT_OUT=ANY_VALUE
By default, Rover collects some anonymous usage data to help us improve the tool.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
APOLLO_TELEMETRY_DISABLED=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SALTO_TELEMETRY_DISABLE=1
OS | Path |
---|---|
Linux | $HOME/.salto/salto.config/config.nacl |
macOS | $HOME/.salto/salto.config/config.nacl |
Windows | %USERPROFILE%\.salto\salto.config\config.nacl |
AppConfig:
telemetry: false
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SLS_TELEMETRY_DISABLED=1
serverless slstats --disable
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SLS_TRACKING_DISABLED=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SFDX_DISABLE_TELEMETRY=true
sfdx config:set disableTelemetry=true --global
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SF_DISABLE_TELEMETRY=true
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SKU_TELEMETRY=false
As of version 2.7.0, Stencil collects anonymous telemetry data about usage of our command line interface.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
npx stencil telemetry off
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:
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.
STRAPI_TELEMETRY_DISABLED=true
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
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.
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.
STRAPI_DISABLE_UPDATE_NOTIFICATION=true
Tuist sends some anonymous analytics events to track the usage of the tool.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
TUIST_STATS_OPT_OUT=1
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:
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.
TYPO3_DISABLE_CORE_UPDATER=1
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 asREDIRECT_<envvar>
.
Use methods described below to opt-out of this telemetry channel.
REDIRECT_TYPO3_DISABLE_CORE_UPDATER=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
VSTEST_TELEMETRY_OPTEDIN=0
This package contains telemetry and submits various actions to Sentry.io.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
VUEDX_TELEMETRY=off
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
wapm config set telemetry.enabled false
For our beta phase, we do send telemetry by default and associate it with the logged in user.
List of known telemetry channels:
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.
Add this record to your hosts file to block access to Segment
0.0.0.0 api.segment.io
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
HINT_TELEMETRY=off
hint --telemetry=off
By default, Webiny collects anonymous usage information, which is exclusively used for improving the product and understanding usage patterns.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
REACT_APP_WEBINY_TELEMETRY=false
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
yarn webiny disable-tracking
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
YARN_ENABLE_TELEMETRY=0
yarn config set --home enableTelemetry 0
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
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
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
AUTOMATEDLAB_TELEMETRY_OPTIN=0
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" |
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
AUTOMATEDLAB_TELEMETRY_OPTOUT=1
Telemetry is disabled by default
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DisableTelemetry=True
No personally identifiable information or telemetry information is sent to the API as part of this process.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
BATECT_ENABLE_TELEMETRY=false
batect --permanently-disable-telemetry
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.
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
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
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.
Passing this flag will disable both the update check and notification:
--no-update-notification
.
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
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.
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.
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CHEF_TELEMETRY_OPT_OUT=1
OS | Path |
---|---|
Linux | $HOME/.chef-workstation/config.toml |
macOS | $HOME/.chef-workstation/config.toml |
Windows | %USERPROFILE%\.chef-workstation\config.toml |
[telemetry]
enabled=false
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:
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.
CHECKPOINT_DISABLE=ANY_VALUE
Path: some-dir/example.json
{
"disable_update_check": true
}
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.
Path: some-dir/example.json
{
"disable_anonymous_signature": true
}
By default, the dagger CLI sends anonymized telemetry to dagger.io
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DO_NOT_TRACK=1
decK collects anonymized data to track feature adoption.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DECK_ANALYTICS=off
By default, Earthly collects anonymized data which we use for measuring performance of the earthly command.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Disable usage data reporting
Use methods described below to opt-out of this telemetry channel.
EARTHLY_DISABLE_ANALYTICS=1
OS | Path |
---|---|
Linux | $HOME/.earthly/config.yml |
macOS | $HOME/.earthly/config.yml |
Windows | %USERPROFILE%\.earthly\config.yml |
global:
disable_analytics: true
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
TEEM_DISABLE=true
F5 collects non-personal telemetry data to help improve the CLI.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
F5_ALLOW_TELEMETRY=false
When using a self-hosted Cloud Pricing API, Infracost CLI will send telemetry data.
List of known telemetry channels:
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.
INFRACOST_SELF_HOSTED_TELEMETRY=false
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Skip the Infracost update check.
Use methods described below to opt-out of this telemetry channel.
INFRACOST_SKIP_UPDATE_CHECK=true
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
To disable the telemetry function, change the enabled setting to
false
:spec: telemetry: enabled: true
Kics is using Sentry's application monitoring platform for crash reports collection: https://sentry.io/
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DISABLE_CRASH_REPORT=1
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
KICS_COLLECT_TELEMETRY=0
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:
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.
ALLOW_UI_ANALYTICS=false
The software may collect information about you and your use of the software.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DASH_DISABLE_TELEMETRY=ANY_VALUE
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
MSLAB_TELEMETRY_LEVEL=None
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
NUKE_TELEMETRY_OPTOUT=1
vzstats is a tool to gather OpenVZ usage statistics.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
You can completely disable vzstats client on a machine by executing the following command:
mkdir -p /etc/vz touch /etc/vz/vzstats-disable
When Packer is invoked it sometimes calls out to checkpoint.hashicorp.com to look for new versions of Packer.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CHECKPOINT_DISABLE=1
By default PnP PowerShell will report its usage to the PnP Team.
List of known telemetry channels:
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.
PNPPOWERSHELL_DISABLETELEMETRY=true
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.
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" |
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.
PNPPOWERSHELL_UPDATECHECK=false
Pulumi tries to access pulumi.com to get the latest version.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
PULUMI_SKIP_UPDATE_CHECK=true
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
sfctl settings telemetry set_telemetry --off
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
skaffold config set --global collect-metrics false
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
SCOUT_DISABLE=1
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Disable checkpoint calls entirely.
Use methods described below to opt-out of this telemetry channel.
CHECKPOINT_DISABLE=ANY_VALUE
OS | Path |
---|---|
Linux | $HOME/.terraformrc |
macOS | $HOME/.terraformrc |
Windows | %APPDATA%\terraform.rc |
disable_checkpoint = true
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.
OS | Path |
---|---|
Linux | $HOME/.terraformrc |
macOS | $HOME/.terraformrc |
Windows | %APPDATA%\terraform.rc |
disable_checkpoint_signature = true
If a custom
partner_id
is not specified, Azure provider will send the Terraform Partner ID to Microsoft to facilitate partner resource usage attribution.
List of known telemetry channels:
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.
ARM_DISABLE_TERRAFORM_PARTNER_ID=true
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CHECKPOINT_DISABLE=ANY_VALUE
Vagrant interacts with HashiCorp services to provide update notifications.
List of known telemetry channels:
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.
VAGRANT_CHECKPOINT_DISABLE=ANY_VALUE
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.
VAGRANT_BOX_UPDATE_CHECK_DISABLE=ANY_VALUE
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CHECKPOINT_DISABLE=1
We collect anonymous usage data to improve werfβs features and steer its development in the right direction.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Disable usage data reporting
Use methods described below to opt-out of this telemetry channel.
WERF_TELEMETRY=0
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
CHECKPOINT_DISABLE=1
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:
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.
Our free software lets you customize the NVIDIA GeForce Driver package by removing components that you don't need (or want).
Disable Nvidia Telemetry is a utility that allows you to disable the telemetry services Nvidia bundles with their drivers.
Microsoft collects Windows diagnostic data to solve problems and to keep Windows up to date, secure, and operating properly.
List of known telemetry channels:
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.
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection\AllowTelemetry
REG_DWORD
0
Example:
reg add HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /d 0 /t REG_DWORD /f
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.
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.
github.com | Windows 10 Sophia Script
A PowerShell module for Windows 10 fine-tuning and automating the routine tasks π
github.com | crazy-max/WindowsSpyBlocker
π‘ Block spying and tracking on Windows
github.com | builtbybel/Privatezilla
Privatezilla is the simplest way to perform a quick privacy and security check of your Windows 10 copy.
github.com | builtbybel/SharpApp
π©βοΈπA #app with cutting edge technology to minimize windows-10 telemetry and maximize privacy plus many more
AccessMap tracks website interactions to do research on user interactions and root out bugs.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
ANALYTICS=no
By default, you will be prompted to check for upgrades every few weeks.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DISABLE_AUTO_UPDATE=true
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:
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.
POWERSHELL_TELEMETRY_OPTOUT=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.
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.
POWERSHELL_UPDATECHECK=Off
The software may collect information about you and your use of the software and send it to Microsoft.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
AITOOLSVSCODE_DISABLETELEMETRY=ANY_VALUE
The software may collect information about you and your use of the software and send it to Microsoft.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"docsYaml.telemetry.enableTelemetry": false
}
Follow the steps below to disable data collection:
- In Visual Studio Code: File > Preferences > Settings
- Navigate to Extensions > Docs Yaml
- Uncheck Enable usage data and errors to be sent to an online service.
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:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"idf.telemetry": false
}
The software may collect information about you and your use of the software.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
DA_TEST_DISABLE_TELEMETRY=1
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:
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.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"julia.enableTelemetry": false
}
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.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"julia.enableCrashReporter": false
}
PrintCode records product usage with Google Analytics.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"printcode.disableTelemetry": true
}
REST Client sends out anonymous usage data.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"rest-client.enableTelemetry": false
}
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:
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.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"serverlessIDE.telemetry.enableTelemetry": false
}
Terminal uses Application Insights to track telemetry data. By default, telemetry data collection is turned on.
List of known telemetry channels:
Official | Usage data | Update check | Error report |
---|---|---|---|
β | β | β | β |
Use methods described below to opt-out of this telemetry channel.
OS | Path |
---|---|
Linux | $HOME/.config/Code/User/settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Windows | %APPDATA%\Code\User\settings.json |
{
"terminal.enableAppInsights": false
}