Skip to content

Commit dfab6d9

Browse files
author
Dave Cuthbert
authored
DOCSP-20842 disable telemetry (#221)
* DOCSP-20842 disable telemetry * Review feedback
1 parent e99e1a7 commit dfab6d9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

source/includes/list-table-shell-properties.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,22 @@
1414

1515
* - ``enableTelemetry``
1616
- boolean
17-
- true
17+
- ``true``
1818
- Enables sending anonymized tracking and diagnostic data to
1919
MongoDB.
2020

2121
* - ``editor``
2222
- string
23-
- null
23+
- ``null``
2424
- Designates an editor to use within the :binary:`~bin.mongosh`
2525
console. Overrides the ``EDITOR`` environment variable if set.
2626

27+
* - ``forceDisableTelemetry``
28+
- boolean
29+
- ``true``
30+
- Only available in the global configuration file. When true,
31+
users cannot enable telemetry manually.
32+
2733
* - ``historyLength``
2834
- integer
2935
- 1000
@@ -59,12 +65,12 @@
5965

6066
* - ``showStackTraces``
6167
- boolean
62-
- false
68+
- ``false``
6369
- Controls display of a stack trace along with error messages.
6470

6571
* - ``snippetAutoload``
6672
- boolean
67-
- true
73+
- ``true``
6874
- If ``true``, automatically load installed
6975
:ref:`snippets <snip-overview>` at startup.
7076

0 commit comments

Comments
 (0)