datadog-lambda-js
Advanced tools
Comparing version 5.69.0 to 5.70.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.datadogLambdaVersion = void 0; | ||
exports.datadogLambdaVersion = "5.69.0"; | ||
exports.datadogLambdaVersion = "5.70.0"; | ||
//# sourceMappingURL=constants.js.map |
@@ -185,3 +185,3 @@ "use strict"; | ||
var _a, _b, _c, _d; | ||
if ((_d = (_c = (_b = (_a = event.Records) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.messageAttributes) === null || _c === void 0 ? void 0 : _c._datadog) === null || _d === void 0 ? void 0 : _d.stringValue) { | ||
if ((_d = (_c = (_b = (_a = event === null || event === void 0 ? void 0 : event.Records) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.messageAttributes) === null || _c === void 0 ? void 0 : _c._datadog) === null || _d === void 0 ? void 0 : _d.stringValue) { | ||
var traceHeaders = event.Records[0].messageAttributes._datadog.stringValue; | ||
@@ -315,4 +315,4 @@ try { | ||
function readTraceFromSNSEvent(event) { | ||
var _a, _b, _c, _d; | ||
if ((_d = (_c = (_b = (_a = event === null || event === void 0 ? void 0 : event.Records) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.Sns) === null || _c === void 0 ? void 0 : _c.MessageAttributes) === null || _d === void 0 ? void 0 : _d._datadog.Value) { | ||
var _a, _b, _c, _d, _e; | ||
if ((_e = (_d = (_c = (_b = (_a = event === null || event === void 0 ? void 0 : event.Records) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.Sns) === null || _c === void 0 ? void 0 : _c.MessageAttributes) === null || _d === void 0 ? void 0 : _d._datadog) === null || _e === void 0 ? void 0 : _e.Value) { | ||
try { | ||
@@ -319,0 +319,0 @@ var traceData = JSON.parse(event.Records[0].Sns.MessageAttributes._datadog.Value); |
{ | ||
"name": "datadog-lambda-js", | ||
"version": "5.69.0", | ||
"version": "5.70.0", | ||
"description": "Lambda client library that supports hybrid tracing in node js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
372125
5225