Skip to content

Commit

Permalink
Merge pull request #225 from NYPL/DR-3261/nr-transactions
Browse files Browse the repository at this point in the history
DR-3161: New Relic transaction captures
  • Loading branch information
EdwinGuzman authored Nov 8, 2024
2 parents fe97d45 + 3c65cf8 commit 8bcc8e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down
4 changes: 4 additions & 0 deletions public/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8bcc8e0

Please sign in to comment.