Vercel Analytics

Vercel Analytics is a powerful web analytics tool that provides real-time insights into user behavior on your website. By integrating Vercel Analytics with staarter.devarrow-up-right, you can track page views, user interactions, and other events to optimize your application and improve user experience.

Enabling Vercel Analytics

In apps/web/modules/analytics/index.tsx, you can enable Vercel Analytics by changing the export statement to the following:

export { AnalyticsScript, useAnalytics } from './vercel'

Last updated