Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-meeshkan-recorder

Add the Meeshkan Recorder script to any Gatsby website

Install

npm install --save gatsby-meeshkan-recorder

Usage

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-meeshkan-recorder`,
      options: {
        // Your Meeshkan Recorder Client ID
        clientId: `xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx`,
      },
    },
  ],
};

License

MIT

© 2023 Gatsby, Inc.