@contrast/agentify 1.19.2 → 1.19.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -98,6 +98,7 @@ module.exports = function init(core = {}) {
98
98
  }
99
99
 
100
100
  logger.info('Starting %s v%s', core.agentName, core.agentVersion);
101
+ // pino serializers know how to log redacted values and omit certain props
101
102
  logger.info({ config }, 'Agent configuration');
102
103
 
103
104
  const plugin = await preRunMain(core);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/agentify",
3
- "version": "1.19.2",
3
+ "version": "1.19.3",
4
4
  "description": "Configures Contrast agent services and instrumentation within an application",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -24,7 +24,7 @@
24
24
  "@contrast/dep-hooks": "1.3.1",
25
25
  "@contrast/esm-hooks": "2.1.1",
26
26
  "@contrast/instrumentation": "1.4.0",
27
- "@contrast/logger": "1.7.1",
27
+ "@contrast/logger": "1.7.2",
28
28
  "@contrast/metrics": "1.3.0",
29
29
  "@contrast/patcher": "1.7.1",
30
30
  "@contrast/reporter": "1.23.2",