From cc24a5a12790d25b9fae42cf71ba8f53d24e4143 Mon Sep 17 00:00:00 2001 From: Brian Love Date: Fri, 15 May 2026 21:06:03 -0700 Subject: [PATCH] chore(posthog): writeback id 8638740 for activation-funnel insight Post-merge Phase 6.4: posthog:sync:apply created the new activation- funnel insight in PostHog (id 8638740) and updated the developer-funnel dashboard to reference it. This writeback locks the id so subsequent syncs are no-ops. Co-Authored-By: Claude Opus 4.7 --- tools/posthog/insights/activation-funnel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/posthog/insights/activation-funnel.json b/tools/posthog/insights/activation-funnel.json index a26cd081a..d8555f70c 100644 --- a/tools/posthog/insights/activation-funnel.json +++ b/tools/posthog/insights/activation-funnel.json @@ -1,6 +1,6 @@ { "slug": "activation-funnel", - "posthog_id": null, + "posthog_id": 8638740, "kind": "funnel", "name": "Activation funnel (30-min window)", "interval": "day",