nuxt-posthog module using your preferred package manager:npx nuxi@latest module add nuxt-posthog
nuxt-posthog to your nuxt-config.ts file:export default defineNuxtConfig({
modules: ['nuxt-posthog'],
});
POSTHOG_API_KEY and POSTHOG_API_HOST environment variables:POSTHOG_API_KEY=<your_key>
POSTHOG_API_HOST=https://example.posthog.com