gatsby-plugin-fullstory

v3.7.0-next.1
Plugin to add the tracking code for Fullstory.com
gatsby gatsby-plugin

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,
      },
    },
  ],
}

Metadata

  • MIT
  • >=12.13.0
  • Kyle Mathews
  • released 5/31/2021

Downloads