posthog.capture() queues events automatically before init completes, so checking __loaded blocked the first pageview from being sent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
52 B
TypeScript
3 lines
52 B
TypeScript
import posthog from 'posthog-js'
|
|
export { posthog }
|