Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Official Plugin
View plugin on GitHub

gatsby-plugin-fullstory

Fullstory is an analytics service for recording customer visits. This plugin adds the tracking code.

Install

npm install gatsby-plugin-fullstory

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-fullstory`,
      options: {
        fs_org: YOUR_ORG_ID,
      },
    },
  ],
}
© 2023 Gatsby, Inc.