From cd79bed99d0fe32394f2862933cee05d7cac3b44 Mon Sep 17 00:00:00 2001 From: Chris Vogt Date: Sat, 30 Nov 2024 12:19:08 -0800 Subject: [PATCH] chore: test removing new relic to fix a Prod warning log --- www.chrisvogt.me/gatsby-config.js | 26 -------------------------- www.chrisvogt.me/package.json | 1 - yarn.lock | 7 ------- 3 files changed, 34 deletions(-) diff --git a/www.chrisvogt.me/gatsby-config.js b/www.chrisvogt.me/gatsby-config.js index 89e7e089..744708af 100644 --- a/www.chrisvogt.me/gatsby-config.js +++ b/www.chrisvogt.me/gatsby-config.js @@ -86,32 +86,6 @@ module.exports = { { resolve: `gatsby-plugin-sitemap`, options: {} - }, - { - resolve: 'gatsby-plugin-newrelic', - options: { - config: { - accountId: process.env.NEW_RELIC_ACCOUNT_ID, - agentID: process.env.NEW_RELIC_AGENT_ID, - applicationID: process.env.NEW_RELIC_APPLICATION_ID, - beacon: 'bam.nr-data.net', - errorBeacon: 'bam.nr-data.net', - instrumentationType: 'proAndSPA', - licenseKey: process.env.NEW_RELIC_LICENSE_KEY, - settings: { - distributed_tracing: { - enabled: true - }, - privacy: { - cookies_enabled: true - }, - ajax: { - deny_list: ['bam-cell.nr-data.net'] - }, - }, - trustKey: process.env.NEW_RELIC_TRUST_KEY - } - } } ] } diff --git a/www.chrisvogt.me/package.json b/www.chrisvogt.me/package.json index 90300010..c3a9087a 100644 --- a/www.chrisvogt.me/package.json +++ b/www.chrisvogt.me/package.json @@ -14,7 +14,6 @@ "boxen": "^8.0.1", "gatsby": "^5.13.7", "gatsby-plugin-google-analytics": "^5.13.1", - "gatsby-plugin-newrelic": "^2.6.0", "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sitemap": "^6.13.1", "gatsby-theme-chrisvogt": "*", diff --git a/yarn.lock b/yarn.lock index 754efebe..67a28823 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7252,13 +7252,6 @@ gatsby-plugin-mdx@^5.13.1: unist-util-visit "^4.1.2" vfile "^5.3.7" -gatsby-plugin-newrelic@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-newrelic/-/gatsby-plugin-newrelic-2.6.0.tgz#0d25c3e70e696945d3186a89c7a1e8733a926d4b" - integrity sha512-5ToEx5ojxVj4Z3n3tXGsmwygx+Cf3B0keZ3bmYLLi8zF1K1m5r2OIjRbgZvGqikkhFNP+hyYATqPZRFaLumOxQ== - dependencies: - "@babel/runtime" "^7.12.5" - gatsby-plugin-page-creator@^5.13.1: version "5.13.1" resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-5.13.1.tgz#41e844a16696e7a27d1909413a1102c314e86220"