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