Skip to content

Commit b24518d

Browse files
committed
telemetry.md typos
1 parent 46f8fae commit b24518d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/wrangler/telemetry.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can [opt out of sharing telemetry data](#how-can-i-configure-wrangler-teleme
66

77
## Why are we collecting telemetry data?
88

9-
Telemetry in Wrangler allows us to better identify bugs and gain visibility on usage of features across all users. It also helps us to make data-informed decisions like adding, improving or removing features. We monitor and analyze this data to ensure Wrangler’s consistent growth, stability, usability and developer experience. For instance, if certain errors are hit more frequently, those bug fixes will be prioritized in future releases
9+
Telemetry in Wrangler allows us to better identify bugs and gain visibility on usage of features across all users. It also helps us to make data-informed decisions like adding, improving or removing features. We monitor and analyze this data to ensure Wrangler’s consistent growth, stability, usability and developer experience. For instance, if certain errors are hit more frequently, those bug fixes will be prioritized in future releases.
1010

1111
## What telemetry data is Cloudflare collecting?
1212

@@ -28,11 +28,11 @@ Cloudflare will receive the IP address associated with your machine and such inf
2828

2929
## What happens with sensitive data?
3030

31-
Cloudflare takes your privacy seriously and does not collect any sensitive information including: any usernames, raw error logs and stack traces, file names/paths and content of files, and environment variables. Data is never shared with third parties.
31+
Cloudflare takes your privacy seriously and does not collect any sensitive information including: usernames, raw error logs, stack traces, file names/paths, content of files, and environment variables. Data is never shared with third parties.
3232

3333
## How can I view analytics data?
3434

35-
To view what is being collected while using Wrangler, provide the environment variable in your command
35+
To view what is being collected while using Wrangler, provide the following environment variable in your command:
3636

3737
`WRANGLER_LOG=debug`
3838

@@ -42,7 +42,7 @@ e.g.
4242
WRANGLER_LOG=debug npx wrangler deploy
4343
```
4444

45-
Analytics source code can be viewed at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/src/metrics. It is run in the background and will not delay project execution. As a result, when necessary (e.g. no internet connection), it will fail quickly and quietly.
45+
Telemetry source code can be viewed at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/src/metrics. It is run in the background and will not delay project execution. As a result, when necessary (e.g. no internet connection), it will fail quickly and quietly.
4646

4747
## How can I configure Wrangler telemetry?
4848

@@ -52,7 +52,7 @@ If you would like to disable telemetry, you can run:
5252
npx wrangler telemetry disable
5353
```
5454

55-
You may also configure telemetry on a per project basis by adding the following filed to your project’s wrangler.toml:
55+
You may also configure telemetry on a per project basis by adding the following field to your project’s wrangler.toml:
5656

5757
`send_metrics=false`
5858

0 commit comments

Comments
 (0)