Skip to content

Commit

Permalink
Merge pull request #107 from NYPL/DR-2893-newrelic-client-side
Browse files Browse the repository at this point in the history
DR-2893 add NewRelic client side monitoring
  • Loading branch information
avertrees authored Apr 8, 2024
2 parents 33cec3b + 6a198b2 commit cbbedc8
Show file tree
Hide file tree
Showing 6 changed files with 3,462 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added
- Added NewRelic client-side monitoring (DR-2893)

## [0.1.3] 2024-03-28

### Updated
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const nextConfig = {
IIIF_URL: process.env.IIIF_URL,
ADOBE_EMBED_URL: process.env.ADOBE_EMBED_URL,
APP_ENV: process.env.APP_ENV,
NEW_RELIC_LICENSE_KEY: process.env.NEW_RELIC_LICENSE_KEY,
NEXT_PUBLIC_ANOTHER_TEST: process.env.NEXT_PUBLIC_ANOTHER_TEST,
NEXT_PUBLIC_CONFIG_MANUAL_TEST: process.env.NEXT_PUBLIC_CONFIG_MANUAL_TEST,
},
Expand Down
Loading

0 comments on commit cbbedc8

Please sign in to comment.