Skip to main content

Telemetry

Faust collects completely anonymous telemetry data about general usage. Participation in this anonymous program is optional.

What data do we collect?

WordPress Environment

  • WordPress version
  • PHP version
  • Faust plugin version & settings (frontend_uri is not collected)
  • WordPress Multisite
  • If site is hosted on WP Engine

Node Environment

  • @faustwp/core version
  • @faustwp/cli version
  • @apollo/client version
  • Node version
  • Next.js Version
  • If the node environment is in dev mode (was npm run dev ran)
  • The command that is ran (i.e. npm run dev, npm run build)
info

We do not collect any personally identifiable information or sensitive information like environment variables, file paths, or any application URLs.

How can I participate in this anonymous program?

If you'd like to join the program, you can enable telemetry by running the following in the root of your project:

npx faust telemetry enable

How can I disable telemetry?

If you have previously enabled telemetry, you may opt out by running faust telemetry disable in the root of your project:

npx faust telemetry disable

Checking status

You may check the status of telemetry collection at any time by running faust telemetry status in the root of your project:

npx faust telemetry status