Gatsby source plugin for applications on New Relic
npm install @porch/gatsby-source-newrelic-apps
Add the following to your gatsby-config
plugins: [
{
resolve: '@porch/gatsby-source-newrelic-apps',
options: {
apiKey: 'your-private-api-key'
}
]