gatsby-plugin-heap

Gatsby plugin for Heap Analytics.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
gatsby-plugin-heap
311.1.05 years ago5 years agoMinified + gzip package size for gatsby-plugin-heap in KB

Readme

gatsby-plugin-heap
Gatsby plugin for Heap Analytics.

Install

yarn add gatsby-plugin-heap

Usage

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