From 21860784be2829bc81af4e4e4a4d4eaaf05c19eb Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Fri, 10 Jul 2026 17:26:34 +0200 Subject: [PATCH] chore: prune dead vars from turbo.json globalEnv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SENTRY_PROJECT_WEB_TANSTACK and VERCEL_ENV have zero consumers in the tree (web-tanstack has no sentry upload config; nothing reads VERCEL_ENV), so they only widened the global cache key. The other Sentry/Vercel vars stay — next.config.mjs and init paths read them. (S9) Co-Authored-By: Claude Fable 5 --- turbo.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/turbo.json b/turbo.json index 113394f..3ac7664 100644 --- a/turbo.json +++ b/turbo.json @@ -17,12 +17,10 @@ "SENTRY_ORG", "SENTRY_PROJECT_WEB_NEXT", "SENTRY_PROJECT_CMS", - "SENTRY_PROJECT_WEB_TANSTACK", "SENTRY_TRACES_SAMPLE_RATE", "SENTRY_ENVIRONMENT", "VERCEL_GIT_COMMIT_SHA", "NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA", - "VERCEL_ENV", "AUDIT_PSEUDONYM_SALT" ], "boundaries": {