← Back
Vercel
Vercel's Web Analytics and Speed Insights v2 add resilient data collection with no configuration needed
Vercel · releasefeaturesdkperformance · vercel.com ↗

Resilient Intake for Better Data Collection

Vercel has released version 2 of Web Analytics and Speed Insights packages with a new resilient intake system designed to improve data collection reliability. Rather than relying on a single predictable endpoint path, the new packages dynamically discover endpoints, ensuring more complete capture of traffic and performance data.

What's Changed

  • Dynamic endpoint discovery: Replaces static endpoint paths with intelligent discovery to increase collection reliability
  • License update: Both packages now use MIT license instead of Apache-2.0, aligning with other Vercel open source projects
  • Zero-config deployment: Existing implementations continue working without any configuration changes
  • No additional cost: Available to all teams at no extra charge

Getting Started

Simply update to the latest versions:

npm install @vercel/analytics@latest
npm install @vercel/speed-insights@latest

Nuxt users can leverage the official Nuxt modules for streamlined one-line installation. All existing integrations remain compatible and will automatically benefit from the improved data collection without any changes required.

For more details, consult the Web Analytics documentation and Speed Insights documentation.