From 51649cdeb768c7ad087c41143db97932182b120c Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Thu, 29 Jan 2026 10:16:41 -0800 Subject: [PATCH] feat: add posthog reporting Add public API key for sending metrics Signed-off-by: Justin Garrison --- common.yaml | 2 ++ public/docs.json | 3 +++ 2 files changed, 5 insertions(+) diff --git a/common.yaml b/common.yaml index 0910d85a..51bd85ab 100644 --- a/common.yaml +++ b/common.yaml @@ -49,6 +49,8 @@ footer: integrations: ga4: measurementId: "G-PT2W5NT93B" + posthog: + apiKey: "phc_D44Y76lThvZBf8s7lpVpPjJm9fNLvCRMluHXtF7bQXT" redirects: - source: "/talos/latest" diff --git a/public/docs.json b/public/docs.json index de68aa47..4023e00d 100644 --- a/public/docs.json +++ b/public/docs.json @@ -48,6 +48,9 @@ "integrations": { "ga4": { "measurementId": "G-PT2W5NT93B" + }, + "posthog": { + "apiKey": "phc_D44Y76lThvZBf8s7lpVpPjJm9fNLvCRMluHXtF7bQXT" } }, "redirects": [