mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add telemetry consent setting
This commit is contained in:
@@ -112,7 +112,16 @@ module.exports =
|
|||||||
description: 'Allow items to be previewed without adding them to a pane permanently, such as when single clicking files in the tree view.'
|
description: 'Allow items to be previewed without adding them to a pane permanently, such as when single clicking files in the tree view.'
|
||||||
type: 'boolean'
|
type: 'boolean'
|
||||||
default: true
|
default: true
|
||||||
|
telemetryConsent:
|
||||||
|
description: 'Allow usage statistics and exception reports to be sent to the Atom team to help improve the product.'
|
||||||
|
title: 'Send Telemetry to the Atom Team'
|
||||||
|
type: 'string'
|
||||||
|
default: 'undecided'
|
||||||
|
enum: [
|
||||||
|
{value: 'limited', description: 'Allow limited anonymous usage stats, exception and crash reporting'}
|
||||||
|
{value: 'no', description: 'Do not send any telemetry data'}
|
||||||
|
{value: 'undecided', description: 'Undecided (Atom will ask again next time it is launched)'}
|
||||||
|
]
|
||||||
editor:
|
editor:
|
||||||
type: 'object'
|
type: 'object'
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user