Skip to content

Commit

Permalink
docs: fix broken link (gatsbyjs#13244)
Browse files Browse the repository at this point in the history
## Description
Looks like gatsbyjs#12877 left a broken link in documentation. This PR is fixing the issue
  • Loading branch information
tux-tn authored and pieh committed Apr 9, 2019
1 parent 72b3670 commit 6145992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ The access to the raw data is highly controlled, and we cannot identify individu

## What about sensitive data? (e.g. secrets)

We perform additional steps to ensure that secure data (e.g. environment variables used to store secrets for the build process) **do not** make their way into our analytics. [We strip logs, error messages, etc.](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-telemetry/src/sanitize-error.js) of this sensitive data to ensure we _never_ gain access to this sensitive data.
We perform additional steps to ensure that secure data (e.g. environment variables used to store secrets for the build process) **do not** make their way into our analytics. [We strip logs, error messages, etc.](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-telemetry/src/error-helpers.js) of this sensitive data to ensure we _never_ gain access to this sensitive data.

You can view all the information that is sent by Gatsby’s telemetry by setting the environment variable `GATSBY_TELEMETRY_DEBUG`to `1` to print the telemetry data instead of sending it over.

0 comments on commit 6145992

Please sign in to comment.