Netlify announces the next evolution of Gatsby Cloud. Learn more
Gatsby plugin for Heap Analytics.
yarn add gatsby-plugin-heap
// In your gatsby-config.js plugins: [ { resolve: 'gatsby-plugin-heap', options: { appId: 'YOUR-APP-ID', enableOnDevMode: true // if 'false', heap will be fired on NODE_ENV=production only }, }, ],