From 1443eabbc5950d3409a8aff92d5307bec1057cb3 Mon Sep 17 00:00:00 2001 From: blackwood Date: Wed, 29 Apr 2026 11:44:34 -0400 Subject: [PATCH] Nx telemetry setting (analytics: false). (#20433) --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index beef6c39168..4c76abe9c93 100644 --- a/nx.json +++ b/nx.json @@ -38,5 +38,6 @@ "outputs": ["{options.outputPath}"], "cache": true } - } + }, + "analytics": false }