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
The `generator-teams` package and the build packages (`yoteams-build-core` and `yoteams-deploy`) includes a telemetry feature that collectes usage data and exception information when the generator or build package tasks crashes. It's important that the `generator-teams` team understands how the generator and the build packages are uses so they can be improved.
3
+
The `generator-teams` package and the build packages (`yoteams-build-core` and `yoteams-deploy`) includes a telemetry feature that collects usage data and exception information when the generator or build package tasks crashes. It's important that the `generator-teams` team understands how the generator and the build packages are used so they can be improved.
4
4
5
5
## Scope
6
6
7
7
`generator-teams`*is collecting* telemetry about what configuration is used when scaffolding a new project.
8
8
9
-
The build packages *is collecting* telemetry about what tasks is being used when building or debugging a project.
9
+
The build packages *is collecting* telemetry about what tasks are being used when building or debugging a project.
10
10
11
-
Telemetry *isn't* collected from using the generated project or when the genereated project is running.
11
+
Telemetry *isn't* collected from using the generated project or when the generated project is running.
12
12
13
13
## How to opt out
14
14
@@ -20,11 +20,11 @@ The telemetry feature doesn't collect personal data, such as usernames or email
20
20
21
21
The following data is collected:
22
22
23
-
* Name and aruments of Gulp tasks used
23
+
* Name and arguments of Gulp tasks used
24
24
* Version of `generator-teams` used
25
25
* Version of `yoteams-*` build and helper packages used
26
26
* Client type and operating system
27
27
* Location (city, province and country)
28
28
* Configuration options (excluding any values) when scaffolding a project
29
29
30
-
Protecting your privacy is important to us. If you suspect telemetry is collecting sensitive data or the data is being insecurely or inappropriately handled, file an issu in the [pnp/generator-teams](https://aka.ms/yoteams) repository.
30
+
Protecting your privacy is important to us. If you suspect telemetry is collecting sensitive data or the data is being insecurely or inappropriately handled, file an issue in the [pnp/generator-teams](https://aka.ms/yoteams) repository.
0 commit comments