@vercel/gatsby-plugin-vercel-analytics

1.0.11 • Public • Published

@vercel/gatsby-plugin-vercel-analytics


⚠️ This repo was migrated from https://github.com/vercel/gatsby-plugin-vercel


This plugin sends Core Web Vitals to Vercel Speed Insights. 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 @vercel/gatsby-plugin-vercel-analytics

Usage

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

Inspiration

/@vercel/gatsby-plugin-vercel-analytics/

    Package Sidebar

    Install

    npm i @vercel/gatsby-plugin-vercel-analytics

    Weekly Downloads

    406,302

    Version

    1.0.11

    License

    Apache-2.0

    Unpacked Size

    15.7 kB

    Total Files

    6

    Last publish

    Collaborators

    • matt.straka
    • ijjk
    • quietshu
    • vercel-release-bot
    • nick.tracey
    • matheuss
    • chriswdmr
    • snokohn
    • zeit-bot