Skip to content

Commit

Permalink
fixup! remove the metrics sender
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Dec 18, 2020
1 parent c0eaa85 commit 994096c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docs/content/using-npm/config.md
Expand Up @@ -744,13 +744,6 @@ Commit message which is used by `npm version` when creating version commit.

Any "%s" in the message will be replaced with the version number.

#### metrics-registry

* Default: The value of `registry` (which defaults to "https://registry.npmjs.org/")
* Type: String

The registry you want to send cli metrics to if `send-metrics` is true.

#### node-options

* Default: null
Expand Down Expand Up @@ -1089,16 +1082,6 @@ searches.
The age of the cache, in seconds, before another registry request is made if
using legacy search endpoint.

#### send-metrics

* Default: false
* Type: Boolean

If true, success/failure metrics will be reported to the registry stored in
`metrics-registry`. These requests contain the number of successful and
failing runs of the npm CLI and the time period over which those counts were
gathered. No identifying information is included in these requests.

#### shell

* Default: SHELL environment variable, or "bash" on Posix, or "cmd" on
Expand Down

0 comments on commit 994096c

Please sign in to comment.