From 91a8d85db38dba1ec6eed7710a2bfa0d257158a9 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 16 Sep 2025 19:31:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(summary)=20add=20PostHog=20configu?= =?UTF-8?q?ration=20example=20to=20summary=20env=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include PostHog analytics configuration example in the summary environment file with default disabled state. This provides developers with clear setup guidance while maintaining privacy-first defaults. --- env.d/development/summary.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/env.d/development/summary.dist b/env.d/development/summary.dist index 9575507b..47918313 100644 --- a/env.d/development/summary.dist +++ b/env.d/development/summary.dist @@ -12,3 +12,6 @@ OPENAI_API_KEY="your-openai-key" WEBHOOK_API_TOKEN="secret" WEBHOOK_URL="https://configure-your-url.com" + +POSTHOG_API_KEY="your-posthog-key" +POSTHOG_ENABLED="False"