fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-10 08:46:44 +00:00
parent 9d81f059fe
commit 7d29f88356
2 changed files with 3 additions and 2 deletions

View File

@ -40,4 +40,4 @@
"npmextra.json",
"readme.md"
]
}
}

View File

@ -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,