Skip to content

Commit cbe3338

Browse files
chore: add console.log
1 parent 4e22e4f commit cbe3338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PromptButton.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default function PromptButton({ prompt = QUICK_START_PROMPT, title = 'Use
1818

1919
const handleCopy = async () => {
2020
if (window.analytics) {
21+
console.log('analytics', window.analytics);
2122
window.analytics.track('Clicked', {
2223
app: 'docs',
2324
button_text: 'Copy prompt',

0 commit comments

Comments
 (0)