Skip to content

Commit

Permalink
reverting commenting default nr config
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuzman committed Nov 8, 2024
1 parent 4df3dd6 commit a4503c9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 25 deletions.
47 changes: 23 additions & 24 deletions newrelic.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,27 @@ exports.config = {
* will be captured for all traces, unless otherwise specified in a destination's
* attributes include/exclude lists.
*/
// Commented to try the defaults from New Relic
// allow_all_headers: true,
// attributes: {
// /**
// * Prefix of attributes to exclude from all destinations. Allows * as wildcard
// * at end.
// *
// * NOTE: If excluding headers, they must be in camelCase form to be filtered.
// *
// * @name NEW_RELIC_ATTRIBUTES_EXCLUDE
// */
// exclude: [
// "request.headers.cookie",
// "request.headers.authorization",
// "request.headers.proxyAuthorization",
// "request.headers.setCookie*",
// "request.headers.x*",
// "response.headers.cookie",
// "response.headers.authorization",
// "response.headers.proxyAuthorization",
// "response.headers.setCookie*",
// "response.headers.x*",
// ],
// },
allow_all_headers: true,
attributes: {
/**
* Prefix of attributes to exclude from all destinations. Allows * as wildcard
* at end.
*
* NOTE: If excluding headers, they must be in camelCase form to be filtered.
*
* @name NEW_RELIC_ATTRIBUTES_EXCLUDE
*/
exclude: [
"request.headers.cookie",
"request.headers.authorization",
"request.headers.proxyAuthorization",
"request.headers.setCookie*",
"request.headers.x*",
"response.headers.cookie",
"response.headers.authorization",
"response.headers.proxyAuthorization",
"response.headers.setCookie*",
"response.headers.x*",
],
},
};
10 changes: 9 additions & 1 deletion public/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Updated

- 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)
- Updated New Relic server configurations to its default settings to capture transactions (DR-3261)

## [0.1.16] 2024-10-31

### Updated

- Updated links in QA to point internally for reverse proxy (DR-3237)
- Updated how env vars are read for New Relic Browser implementation (DR-3235)
- Updated 500 and 404 error page designs, adding link to open feedback box (DR-3203)
- Refactored collections/items grid into one `CardsGrid` component (DR-3193)
- Updated 500 and 404 error page designs, adding link to open feedback box (DR-3203)

## [0.1.15] 2024-10-10

Expand Down

0 comments on commit a4503c9

Please sign in to comment.