analytics icon indicating copy to clipboard operation
analytics copied to clipboard

Privacy-friendly, real-time traffic insights

Results 21 analytics issues
Sort by recently updated
recently updated
newest added

Fixes FLA-1083 Follow up to and requires https://github.com/vercel/front/pull/31293 Ensures that the flags can be passed to the analytics script.

So, Vercel Analytics gets blocked by popular adblockers, is there a way to do something similar to Plausible and redirect / reconfigure the name of the script? https://plausible.io/docs/proxy/guides/nextjs

For openstatus we allow users to create subdomain hosted under our own domain They are rewritten using next middleware Is it possible to track this subdomain ? Maybe with before...

enhancement

I use the following to SvelteKit: ``` import { inject } from '@vercel/analytics'; inject(); ``` When I run `pnpm test:integration` that runs `playwright test`, the test passes but outputs the...

In [this project](https://github.com/bitauth/bitauth-ide), we're seeing the same warning from ESLint as is described in https://github.com/vercel/analytics/issues/18, but `eslint-import-resolver-typescript` is installed and working correctly for other packages. I suspect the issue is...

bug

Hello, I love how seamless Vercel Analytics is. I have not found a way to track city-level information. Some regions are small, but others (US, China, etc.) tend to be...

enhancement

Hey there, thanks for creating this, Vercel Analytics works seamless and the dashboard looks very clean. I am working with clients for whom I need to provide reports on a...

enhancement

I know this just launched on Vercel, but I'm curious if there will be an API to query page views and events... ideally w/ SQL? Let me know if there's...

enhancement

The analytics component inserts a script tag but does not allow you to specify a [nonce](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/nonce). This means that if the `script-src` content security policy header is set to use...

enhancement

This adds `scriptSrc` and `endpoint` to match the [speed-insights props](https://github.com/vercel/speed-insights/blob/main/packages/web/src/types.ts#L8), and allows Next.js implementations that use a different basePath to directly leverage the react component version of @vercel/analytics.