You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/wrangler/telemetry.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ You can [opt out of sharing telemetry data](#how-can-i-configure-wrangler-teleme
6
6
7
7
## Why are we collecting telemetry data?
8
8
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.
10
10
11
11
## What telemetry data is Cloudflare collecting?
12
12
@@ -28,11 +28,11 @@ Cloudflare will receive the IP address associated with your machine and such inf
28
28
29
29
## What happens with sensitive data?
30
30
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.
32
32
33
33
## How can I view analytics data?
34
34
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:
36
36
37
37
`WRANGLER_LOG=debug`
38
38
@@ -42,7 +42,7 @@ e.g.
42
42
WRANGLER_LOG=debug npx wrangler deploy
43
43
```
44
44
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.
46
46
47
47
## How can I configure Wrangler telemetry?
48
48
@@ -52,7 +52,7 @@ If you would like to disable telemetry, you can run:
52
52
npx wrangler telemetry disable
53
53
```
54
54
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:
0 commit comments