Skip to content

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.

We collect anonymous information about:

  • Which commands are being used
  • Basic command execution statistics
  • No personal or sensitive data is ever collected

You can opt out of analytics in two ways:

Run the following command to permanently opt out:

Terminal window
varlock opt-out

This will create a configuration file at ~/.varlock/config.json with the opt-out setting.

You can also opt out temporarily by setting the PH_OPT_OUT environment variable:

Terminal window
export PH_OPT_OUT=true

This will disable analytics for the current session only, which is useful in CI/CD pipelines.

  • 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

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.