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: src/pages/gen2/reference/telemetry/index.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ export function getStaticProps(context) {
13
13
14
14
{/* inspired by https://nextjs.org/telemetry */}
15
15
16
-
Amplify (Gen 2) collects anonymous telemetry data about general usage of the CLI. Participation is optional, and you may [opt-out](#how-do-i-opt-out) by using `amplify configure telemetry disable`.
16
+
Amplify (Gen 2) collects anonymous telemetry data about general usage of the CLI. Participation is optional, and you may [optout](#how-do-i-opt-out) by using `amplify configure telemetry disable`.
17
17
18
-
Your decision to opt-out is stored for your user, meaning all Amplify apps you work with on that computer will not send telemetry data.
18
+
Your decision to optout is stored for your user, meaning all Amplify apps you work with on that computer will not send telemetry data.
19
19
20
20
{/* ## Why is telemetry collected? */}
21
21
@@ -25,21 +25,21 @@ Your decision to opt-out is stored for your user, meaning all Amplify apps you w
25
25
26
26
{/* @TODO */}
27
27
28
-
## How do I opt-out?
28
+
## How do I optout?
29
29
30
-
You may opt-out by using the `configure telemetry disable` command from the root of your Amplify app:
30
+
You may optout by using the `configure telemetry disable` command from the root of your Amplify app:
31
31
32
32
```bash
33
33
npx amplify configure telemetry disable
34
34
```
35
35
36
-
You can opt back into the program by running the following from the root of your Amplify app:
36
+
You can opt back in to the program by running the following from the root of your Amplify app:
37
37
38
38
```bash
39
39
npx amplify configure telemetry enable
40
40
```
41
41
42
-
In the event you would like to disable telemetry ad-hoc, you can opt-out by defining an environment variable:
42
+
In the event you would like to disable telemetry on a one-time basis, you can optout by defining an environment variable:
0 commit comments