fix(core): update
This commit is contained in:
parent
9d81f059fe
commit
7d29f88356
@ -40,4 +40,4 @@
|
|||||||
"npmextra.json",
|
"npmextra.json",
|
||||||
"readme.md"
|
"readme.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -72,7 +72,8 @@ export class LogdnaMessage {
|
|||||||
meta: {
|
meta: {
|
||||||
...smartlogPackageArg.context,
|
...smartlogPackageArg.context,
|
||||||
logType: smartlogPackageArg.type,
|
logType: smartlogPackageArg.type,
|
||||||
correlation: smartlogPackageArg.correlation
|
correlation: smartlogPackageArg.correlation,
|
||||||
|
data: smartlogPackageArg.data || {}
|
||||||
},
|
},
|
||||||
env: smartlogPackageArg.context.environment,
|
env: smartlogPackageArg.context.environment,
|
||||||
hostname: smartlogPackageArg.context.zone,
|
hostname: smartlogPackageArg.context.zone,
|
||||||
|
Loading…
Reference in New Issue
Block a user