PERFORMANCE

Real World Performance: lazy loading, optimizing media, faster analytics join us Wednesday

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-bugherd

Add Bugherd to your Gatsby website.

Install

npm install gatsby-plugin-bugherd --save

How To Use

// gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-bugherd`,
    options: {
      key: `BUGHERD_PROJECT_KEY`,

      // whether to include the snippet in production. Defaults to false
      showInProduction: true
    },
  },
];

License

MIT © Indigo Tree

© 2023 Gatsby, Inc.