-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add telemetry notice to faustjs.org site and update collected info list * Add privacy policy to legacy faust site * Add telemetry to sidebar * Update docs site scripts for Atlas
- Loading branch information
1 parent
cebca1d
commit 27adca1
Showing
8 changed files
with
352 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
slug: telemetry | ||
title: Telemetry | ||
description: We use Telemetry in Faust to help us understand how users use our projects. | ||
--- | ||
|
||
:::caution Notice | ||
Please note, We only collect telemetry data when using the `@faustwp/cli` package. | ||
::: | ||
|
||
Faust has opt-in telemetry for both the Faust plugin and Faust packages. The plugin and packages both collect information to help us make more informed product decisions. | ||
|
||
## What is being collected? | ||
|
||
Once you opt-in, faust will collect the following information at build time: | ||
|
||
- Which settings are enabled/disabled in the Faust plugin | ||
- Faust plugin version | ||
- If the WordPress site is hosted on WP Engine | ||
- If the WordPress site is multisite | ||
- PHP version of the WordPress site | ||
- WordPress version | ||
- `@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 do I enable/disable telemetry? | ||
|
||
Telemetry in Faust.js is opt-in by default, meaning we won't collect any telemetry information unless you explicitly enable it. | ||
|
||
If this is your first time using the `faust` cli, you will be prompted for your telemetry preferences: | ||
|
||
<a href="/docs/img/telemetry-cli-prompt.png" target="_blank"> | ||
<img | ||
src="/docs/img/telemetry-cli-prompt.png" | ||
alt="Screenshot of the Telemetry prompt in the Faust package" | ||
/> | ||
</a> | ||
|
||
Once your preferences have been set, you can run the following command to see the prompt again to change your preferences: | ||
|
||
```sh | ||
npx faust faust-telemetry | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -285,5 +285,10 @@ module.exports = { | |
}, | ||
], | ||
}, | ||
{ | ||
type: 'doc', | ||
label: 'Telemetry', | ||
id: 'telemetry', | ||
}, | ||
], | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27adca1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check out the recent updates to your Atlas environment:
Learn more about building on Atlas in our documentation.
27adca1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check out the recent updates to your Atlas environment:
Learn more about building on Atlas in our documentation.