🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

gatsby-plugin-vercel

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-vercel

Track Core Web Vitals in Gatsby projects with Vercel Analytics.

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
4.3K
-25.09%
Maintainers
2
Weekly downloads
 
Created
Source

gatsby-plugin-vercel

This plugin sends Core Web Vitals to Vercel Analytics. This plugin is configured by default on Vercel. You do not need to install it manually. For more information, read this post.

Install

npm i gatsby-plugin-vercel

or

yarn add gatsby-plugin-vercel

Usage

// gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: "gatsby-plugin-vercel",
      options: {
        // (optional) Prints metrics in the console when true
        debug: false,
      },
    },
  ],
};

Inspiration

Keywords

gatsby

FAQs

Package last updated on 09 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts