diff --git a/src/components/PromptButton.jsx b/src/components/PromptButton.jsx index da51468ef1..1068660887 100644 --- a/src/components/PromptButton.jsx +++ b/src/components/PromptButton.jsx @@ -18,6 +18,7 @@ export default function PromptButton({ prompt = QUICK_START_PROMPT, title = 'Use const handleCopy = async () => { if (window.analytics) { + console.log('analytics', window.analytics); window.analytics.track('Clicked', { app: 'docs', button_text: 'Copy prompt',