You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that redaction of captured response headers
does not impact the actual headers object in user code.
Refs: #3382
Co-authored-by: Trent Mick <trent.mick@elastic.co>
Copy file name to clipboardExpand all lines: CHANGELOG.asciidoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ Notes:
41
41
42
42
* Add support for 'knex' version v1 and v2. ({pull}3355[#3355])
43
43
* Add `tedious@16.x` support. ({pull}3366[#3366])
44
+
* Add `apm.setGlobalLabel()` to dynamically extend the `globalLabels` set in the initial config.
45
+
Refer to <<apm-set-global-label>> for details. ({pull}3337[#3337])
44
46
45
47
[float]
46
48
===== Bug fixes
@@ -60,6 +62,9 @@ code (`import 'elastic-apm-node/start.js'` or `require('elastic-apm-node/start.j
60
62
in a Worker will *not* start the APM agent. Instead, one must use:
61
63
`require('elastic-apm-node').start()` or equivalent.
62
64
65
+
* Avoid redaction of response headers while extracting `transaction.context.response`
66
+
data from the HTTP response. Contributed by @lytc. ({pull}3427[#3427])
67
+
63
68
[float]
64
69
===== Chores
65
70
@@ -100,7 +105,6 @@ in a Worker will *not* start the APM agent. Instead, one must use:
100
105
and the APM agent will automatically add a MetricReader to ship metrics to
101
106
APM server. See the <<opentelemetry-bridge>> for details. ({pull}3152[#3152])
102
107
103
-
* Add `apm.setGlobalLabel()` to dynamically extend the `globalLabels` set in the initial config. Refer to <<apm-set-global-label>> for details. ({pull}3337[#3337])
0 commit comments