New Launch

Take a deep dive into the fastest Gatsby, yet: Gatsby 5!

ContactSign Up for Free
Community Plugin
View plugin on GitHub

gatsby-plugin-vercel

This plugin sends Core Web Vitals to Vercel Analytics.

Install

npm i gatsby-plugin-vercel

or

yarn add gatsby-plugin-vercel

Usage

// gatsby-config.js
{
  resolve: 'gatsby-plugin-vercel',
  options: {
    // (optional) Prints metrics in the console when true
    debug: false,
  }
}

Inspiration

© 2022 Gatsby, Inc.