datadog-lambda-js
Advanced tools
Comparing version 3.47.0 to 3.48.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.datadogLambdaVersion = void 0; | ||
exports.datadogLambdaVersion = "3.47.0"; | ||
exports.datadogLambdaVersion = "3.48.0"; | ||
//# sourceMappingURL=constants.js.map |
@@ -195,2 +195,3 @@ "use strict"; | ||
} | ||
return httpTags; | ||
} | ||
@@ -205,2 +206,3 @@ if (eventType.isAPIGatewayEventV2(event)) { | ||
} | ||
return httpTags; | ||
} | ||
@@ -213,4 +215,4 @@ if (eventType.isALBEvent(event)) { | ||
} | ||
return httpTags; | ||
} | ||
return httpTags; | ||
} | ||
@@ -237,3 +239,8 @@ /** | ||
if (isHTTPTriggerEvent(eventSource)) { | ||
triggerTags = __assign(__assign({}, triggerTags), extractHTTPTags(event)); | ||
try { | ||
triggerTags = __assign(__assign({}, triggerTags), extractHTTPTags(event)); | ||
} | ||
catch (error) { | ||
utils_1.logError("failed to extract http tags from " + eventSource + " event"); | ||
} | ||
} | ||
@@ -240,0 +247,0 @@ return triggerTags; |
{ | ||
"name": "datadog-lambda-js", | ||
"version": "3.47.0", | ||
"version": "3.48.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
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
269391
3801