Captures pageviews, pageleave and custom events.
/_vercel/insights/view
when you visit any page.If you see _vercel/insights/script.js
404, make sure you have enable it from the Vercel dashboard. Otherwise vercel will keep trying to re-request that js file, which will consume a lot of vercel requests.NEXT_PUBLIC_GA_MEASUREMENT_ID
environment variable to your project.
NEXT_PUBLIC_PLAUSIBLE_SITE_SRC
and NEXT_PUBLIC_PLAUSIBLE_SITE_DOMAIN
environment variable to your project.
NEXT_PUBLIC_UMAMI_SITE_ID
and NEXT_PUBLIC_UMAMI_SITE_SRC
environment variable to your project.
NEXT_PUBLIC_POSTHOG_KEY
and NEXT_PUBLIC_POSTHOG_HOST
environment variable to your project.