1.1.0 • Published 6 years ago

gatsby-plugin-heap v1.1.0

Weekly downloads
1,198
License
MIT
Repository
github
Last release
6 years ago

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