diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ccbcd6..68bfc7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactored Repo API handler with added timeout errors (DR-3251) - Removed canonical tag to old DC (DR-3264) - Refactored Adobe Analytics page names (DR-3257) - +- Updated New Relic server configurations to its default settings to capture transactions (DR-3261) ### Fixed -- fixed division titles on division landing pages (DR-3274) + +- Fixed division titles on division landing pages (DR-3274) ## [0.1.16] 2024-10-31 diff --git a/next.config.js b/next.config.js index d443616f..96e974d6 100644 --- a/next.config.js +++ b/next.config.js @@ -1,9 +1,9 @@ /** @type {import('next').NextConfig} */ -const nrExternals = require("@newrelic/next/load-externals"); +// const nrExternals = require("@newrelic/next/load-externals"); // This is found in the codebase example but both seem to work and send data // correctly. Keep the above but can use the bottom for debugging. -// const nrExternals = require('newrelic/load-externals'); +const nrExternals = require("newrelic/load-externals"); const nextConfig = { experimental: { diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index 8f15e560..7f55b5bf 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -11,10 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated cards to use Next Image (DR-3056) - Refactored Repo API handler with added timeout errors (DR-3251) - Removed canonical tag to old DC (DR-3264) +<<<<<<< HEAD +- Updated New Relic server configurations to its default settings to capture transactions (DR-3261) +======= - Refactored Adobe Analytics page names (DR-3257) ### Fixed - fixed division titles on division landing pages (DR-3274) +>>>>>>> main ## [0.1.16] 2024-10-31