#I can't see data in Vercel Web Analytics

2 messages · Page 1 of 1 (latest)

hallow hollow
#

I'm using Astro with vercel and Cloudflare.

I did add the adapter in Astro.config.

adapter: vercel({
    analytics: true,
  }),

The vercel official documentation recommend to additionally, forward all requests to /_vercel/insights/* to the deployments to ensure proper functioning of Web Analytics through the proxy (https://vercel.com/docs/concepts/analytics/quickstart#not-working-with-proxy-e.g.,-cloudflare)

But I don't know how to do that.

Can anybody help me please?

Vercel Documentation

Vercel Web Analytics provides you detailed insights into your website's visitors. This quickstart guide will help you get started with using Analytics on Vercel.

#

I can't see data in Vercel Web Analytics