Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): fix issues in 0009-telemetry RFC #33829

Merged
merged 2 commits into from
Nov 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions rfcs/text/0009-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ By collecting anonymous analytics, we’ll be able to prioritize fixes and featu
For example:

- We will be able to understand which plugins are used together, surface that information in the public plugin library, and, for example, build more relevant starters and tutorials.
- We will be able to surface popularity of different starters in the starter showcase.
- We will be able to surface error rates in each build stage, and focusing on driving these down over time. We want the experience to remain error free.
- We will be able to surface reliability of different plugins and starters, and detect the ones which seen buggy to then improve these.
- We will be able to surface the popularity of different starters in the starter showcase.
- We will be able to surface error rates in each build stage, and focus on driving these down over time. We want the experience to remain error free.
- We will be able to surface reliability of different plugins and starters, and detect the ones which seem buggy to then improve these.
- We will be able to see timings for different build stages to guide us in where we should focus optimization work.

### Privacy
Expand Down Expand Up @@ -58,7 +58,7 @@ Depending on the event, we will record following information:
### Opting out

Gatsby analytics helps us maintainers so we will appreciate leaving it on.
If you want to opt out, however, you can run `gatsby analytics --disable` or edit the ~/.config/gatsby/config.json and add `"analytics": false`.
If you want to opt-out, however, you can run `gatsby analytics --disable` or edit the ~/.config/gatsby/config.json and add `"analytics": false`.

To opt back in, you can run `gatsby analytics --enable`.

Expand Down