@stackql/gatsby-plugin-smartlook

1.0.1 • Public • Published

gatsby-plugin-smartlook

Plugin to enable Smartlook session replay and web analytics software with a Gatsby site

Installation

NPM

npm i gatsby-plugin-smartlook
YARN

yarn add gatsby-plugin-smartlook

Setup

Add your Smartlook projectKey to plugins in your gatsby-config.js file:

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-smartlook`,
      options: {
        projectKey: YOUR_PROJECT_KEY,
      },
    },
  ],
}

/@stackql/gatsby-plugin-smartlook/

    Package Sidebar

    Install

    npm i @stackql/gatsby-plugin-smartlook

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.2 kB

    Total Files

    7

    Last publish

    Collaborators

    • fabioyycdev
    • jeffreyaven