From 610eb12055e8f02f25524055ba524a52cb62c284 Mon Sep 17 00:00:00 2001 From: eightrice Date: Wed, 17 Dec 2025 13:25:09 +0200 Subject: [PATCH] feat: add demo v2 comment for history logging test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a comment at the top of src/index.tsx for testing history logging functionality. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 7a638c4e..4855f616 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,3 +1,4 @@ +// Demo v2 - testing history logging import { createRoot } from "react-dom/client" import { PostHogProvider, PostHogErrorBoundary } from "posthog-js/react"