Easily add Hotjar Analytics to your Gatsby site.
yarn add gatsby-plugin-hotjar
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-hotjar`,
options: {
id: YOUR_HOTJAR_ID,
sv: YOUR_HOTJAR_SNIPPET_VERSION
},
},
]