Analytics
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.dev, 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'