Is there a way to opt-in to anonymous-telemetry on...
# general
p
Is there a way to opt-in to anonymous-telemetry only on my machine? (like in
~/.pants.toml
)? I'm interested in providing it on my machine and in CI, but I don't want to turn it on by default on other people's machines (when they check out the open source repo).
Or another option is to use envrc to set pants environment variables specific to that repo
Maybe set the repo_id in pants.toml, but set enabled = false? Then people only need to override to enable it if they are willing, and they don't need to set up a repo ID Thanks for asking about this!
Done 🙂
🙌 1