Add Bugherd to your Gatsby website.
npm install gatsby-plugin-bugherd --save
// 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
},
},
];
MIT © Indigo Tree