Skip to content

Commit 6032c8c

Browse files
committed
explicitly disable anonymous-telemetry (but allow local override)
1 parent ec0a2db commit 6032c8c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Added
5353

5454
* Begin introducing `pants <https://www.pantsbuild.org/docs>`_ to improve DX (Developer Experience)
5555
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
56-
to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724 #5726 #5725 #5732 #5733
56+
to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724 #5726 #5725 #5732 #5733 #5737
5757
Contributed by @cognifloyd
5858

5959
Changed

pants.toml

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[anonymous-telemetry]
2+
# This is opt-in by default, but we explicitly disable here as well.
3+
enabled = false
4+
# repo_id here allows individuals to opt-in on their machine
5+
# To opt-in, use ~/.pants.rc or envrc to set [anonymous-telemetry].enabled=true
6+
repo_id = "de0dea7a-9f6a-4c6e-aa20-6ba5ad969b8a"
7+
18
[GLOBAL]
29
pants_version = "2.14.0rc1"
310
backend_packages = [

0 commit comments

Comments
 (0)