Skip to content

Commit b50977e

Browse files
committed
Upgrading APM Node (elastic#205440)
## Summary Upgrade `elastic-apm-node` from 4.9.0 to 4.10.0 [CHANGELOG](https://github.com/elastic/apm-agent-nodejs/blob/main/CHANGELOG.asciidoc) (cherry picked from commit 283bcf5) # Conflicts: # package.json # yarn.lock
1 parent 49cc3d9 commit b50977e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@
11201120
"del": "^6.1.0",
11211121
"diff": "^5.1.0",
11221122
"dotenv": "^16.4.5",
1123-
"elastic-apm-node": "^4.7.3",
1123+
"elastic-apm-node": "^4.10.0",
11241124
"email-addresses": "^5.0.0",
11251125
"eventsource-parser": "^1.1.1",
11261126
"execa": "^5.1.1",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -17561,10 +17561,10 @@ [email protected]:
1756117561
traverse "^0.6.6"
1756217562
unicode-byte-truncate "^1.0.0"
1756317563

17564-
elastic-apm-node@^4.7.3:
17565-
version "4.7.3"
17566-
resolved "https://registry.yarnpkg.com/elastic-apm-node/-/elastic-apm-node-4.7.3.tgz#d819a9030f7321cc858c788f60b383de85461f24"
17567-
integrity sha512-x+cQKrXSCz6JgoTFAiBpLlC85ruqZ7sAl+jAS3+DeSmc6ZXLRTwTa2ay2PCGv3DxGLZjVZ+ItzGdHTj5B7PYKg==
17564+
elastic-apm-node@^4.10.0:
17565+
version "4.10.0"
17566+
resolved "https://registry.yarnpkg.com/elastic-apm-node/-/elastic-apm-node-4.10.0.tgz#b0560f1f49ac4f7633a810d4d7f727e45f8ebe20"
17567+
integrity sha512-QmnKLArA84lJ4mNoUTi9qMUfLE1nUeFLB+VO/7iG6UOTiAdR5Wxk0nu3SpcgFe+tr+4GkyXM2xXdmL2XYfQ1Qg==
1756817568
dependencies:
1756917569
"@elastic/ecs-pino-format" "^1.5.0"
1757017570
"@opentelemetry/api" "^1.4.1"

0 commit comments

Comments
 (0)