We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was using plausible with the next-plausible package and, proxying the request, it was able to track users with AdBlock or any other ad blocker
Since vercel/analytics sends the request to /_vercel/insights/ it gets blocked by the adblockers or Brave for example
/_vercel/insights/
Is there a way to bypass the adblockers with this package?
Already tried with the rewrites in the vercel.json file
{ "rewrites": [ { "source": "/_vercel/insights/:slug", "destination": "/_vercel/data/:slug" } ] }
The text was updated successfully, but these errors were encountered:
It's not recommended but take a look here: #102 (comment)
Hope it helps! :)
Sorry, something went wrong.
No branches or pull requests
I was using plausible with the next-plausible package and, proxying the request, it was able to track users with AdBlock or any other ad blocker
Since vercel/analytics sends the request to
/_vercel/insights/
it gets blocked by the adblockers or Brave for exampleIs there a way to bypass the adblockers with this package?
Already tried with the rewrites in the vercel.json file
The text was updated successfully, but these errors were encountered: