vercel / analytics

Privacy-friendly, real-time traffic insights
https://vercel.com/analytics
Mozilla Public License 2.0
429 stars 26 forks source link

Expo self hosted page and analytics #27

Closed dezerb closed 1 year ago

dezerb commented 1 year ago

Hi guys, I have an issue with self hosted expo project and vercel analytics. Although I enabled the analytics on project page and included in project following

import { inject } from '@vercel/analytics';

  inject({
    debug: false,
  });

the endpoint _vercel/insights/script.js in unavailable and the statistic are missing.

image
tobiaslins commented 1 year ago

Hey! Vercel Analytics is currently just working when you host your website on Vercel.