-
Notifications
You must be signed in to change notification settings - Fork 6
/
projector-cli.json
41 lines (41 loc) · 1010 Bytes
/
projector-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"id": "projector-cli",
"name": "projector-cli",
"executable_name": [
"pjr"
],
"category_id": "development",
"category_name": "Development",
"description": "Projector uses Application Insights to better understand and fix errors that come up in the CLI.",
"links": {
"main": "https://github.com/projector-cli/projector-cli",
"telemetry": "https://github.com/projector-cli/projector-cli/blob/main/README.md#application-telemetry"
},
"telemetry": [
{
"id": "usage-data",
"name": "Usage data",
"traits": {
"official": true,
"usage_data": true,
"update_check": false,
"error_report": false
},
"target": {
"env": {
"scope": {
"process": {
"path": {
"default": "TELEMETRY_ENABLED"
},
"value": {
"opt_out": "0",
"opt_in": null
}
}
}
}
}
}
]
}