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
Copy file name to clipboardExpand all lines: CHANGELOG.asciidoc
+21
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,27 @@ Notes:
33
33
34
34
See the <<upgrade-to-v4>> guide.
35
35
36
+
==== Unreleased
37
+
38
+
[float]
39
+
===== Breaking changes
40
+
41
+
[float]
42
+
===== Features
43
+
44
+
[float]
45
+
===== Bug fixes
46
+
47
+
* Fix for instrumentation for `@aws-sdk/sns-client` that will prevent a crash
48
+
if the client is used when there is no parent transaction present. ({pull}4168[#4168])
49
+
50
+
* Fix for config resolution process. Before this change falsy config options coming
51
+
from the `elastic-apm-node.js` file were ignored. ({pull}4119[#4119])
52
+
* Support hooking built-in Node.js modules loaded via https://nodejs.org/api/all.html#all_process_processgetbuiltinmoduleid[`process.getBuiltinModule`], added in v22.3.0. ({pull}4160[#4160])
0 commit comments