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