Plugin to add the tracking code for Fullstory.com
npm install gatsby-plugin-fullstoryFullstory is an analytics service for recording customer visits. This plugin adds the tracking code.
npm install gatsby-plugin-fullstory
``javascriptgatsby-plugin-fullstory
// In your gatsby-config.js
module.exports = {
plugins: [
{
resolve: ,``
options: {
fs_org: YOUR_ORG_ID,
},
},
],
}