Telemetry
Varlock collects anonymous usage statistics to help us understand how the tool is being used and improve the product. This data is completely anonymous and is only used to make varlock better.
What We Collect
Section titled “What We Collect”We collect anonymous information about:
- Which commands are being used
- Basic command execution statistics
- No personal or sensitive data is ever collected
How to Opt Out
Section titled “How to Opt Out”You can opt out of analytics in two ways:
Using the CLI
Section titled “Using the CLI”Run the following command to permanently opt out:
varlock opt-out
This will create a configuration file at ~/.varlock/config.json
with the opt-out setting.
Using an Environment Variable
Section titled “Using an Environment Variable”You can also opt out temporarily by setting the PH_OPT_OUT
environment variable:
export PH_OPT_OUT=true
This will disable analytics for the current session only, which is useful in CI/CD pipelines.
Privacy
Section titled “Privacy”- All analytics data is completely anonymous
- No personal or sensitive information is collected
- Data is only used to improve the product
- You can opt out at any time
- Analytics are handled by PostHog, a privacy-friendly analytics platform
Data Usage
Section titled “Data Usage”The anonymous usage data helps us:
- Understand which features are most used
- Identify areas for improvement
- Make informed decisions about future development
- Prioritize bug fixes and new features
If you have any questions about our analytics or privacy practices, please start a discussion on GitHub.