mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update dependency elastic-apm-node to ^4.7.0 (main) (#186203)
This commit is contained in:
parent
055483e013
commit
b7d3aab869
3 changed files with 7 additions and 5 deletions
|
@ -1020,7 +1020,7 @@
|
|||
"deepmerge": "^4.2.2",
|
||||
"del": "^6.1.0",
|
||||
"diff": "^5.1.0",
|
||||
"elastic-apm-node": "^4.6.0",
|
||||
"elastic-apm-node": "^4.7.0",
|
||||
"email-addresses": "^5.0.0",
|
||||
"eventsource-parser": "^1.1.1",
|
||||
"execa": "^5.1.1",
|
||||
|
|
|
@ -10,6 +10,8 @@ import type { Agent, Transaction } from 'elastic-apm-node';
|
|||
|
||||
const transaction: jest.Mocked<Transaction> = {
|
||||
addLabels: jest.fn().mockReturnValue(true),
|
||||
addLink: jest.fn(),
|
||||
addLinks: jest.fn(),
|
||||
ensureParentId: jest.fn().mockReturnValue(''),
|
||||
setLabel: jest.fn().mockReturnValue(true),
|
||||
setOutcome: jest.fn(),
|
||||
|
|
|
@ -16232,10 +16232,10 @@ elastic-apm-node@3.46.0:
|
|||
traverse "^0.6.6"
|
||||
unicode-byte-truncate "^1.0.0"
|
||||
|
||||
elastic-apm-node@^4.6.0:
|
||||
version "4.6.0"
|
||||
resolved "https://registry.yarnpkg.com/elastic-apm-node/-/elastic-apm-node-4.6.0.tgz#9de3b758158c85dee5932857eb93e21cf204c45a"
|
||||
integrity sha512-mieujz8IA30wkavF8JG/mSBep2DG2zGMblQAh1uEkeXIjb8njrW3Ef+cqKPEdaFPN/Iqm2LZzZuy+Fu20MsfkA==
|
||||
elastic-apm-node@^4.7.0:
|
||||
version "4.7.0"
|
||||
resolved "https://registry.yarnpkg.com/elastic-apm-node/-/elastic-apm-node-4.7.0.tgz#27d7d78f659dbed6e03a5c4d50b5bab62b775bc2"
|
||||
integrity sha512-fOcDYOcZ/180Ib0p8xLNF8iDu9e1QGqZiEizOntdh1GmkurN3sIGVgGlE25s9LRBUMmD2bMWwlER56T8moW+tg==
|
||||
dependencies:
|
||||
"@elastic/ecs-pino-format" "^1.5.0"
|
||||
"@opentelemetry/api" "^1.4.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue