Skip to content

Commit

Permalink
chore: test removing new relic to fix a Prod warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvogt committed Nov 30, 2024
1 parent 98919d6 commit cd79bed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
26 changes: 0 additions & 26 deletions www.chrisvogt.me/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
]
}
1 change: 0 additions & 1 deletion www.chrisvogt.me/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd79bed

Please sign in to comment.