datadog-lambda-js
Advanced tools
Comparing version 4.65.0 to 4.66.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.datadogLambdaVersion = void 0; | ||
exports.datadogLambdaVersion = "4.65.0"; | ||
exports.datadogLambdaVersion = "4.66.0"; | ||
//# sourceMappingURL=constants.js.map |
@@ -210,2 +210,5 @@ "use strict"; | ||
_a.trys.push([9, 12, , 13]); | ||
if (didThrow && finalConfig.enhancedMetrics) { | ||
(0, metrics_1.incrementErrorsMetric)(metricsListener, context); | ||
} | ||
return [4 /*yield*/, metricsListener.onCompleteInvocation()]; | ||
@@ -217,5 +220,2 @@ case 10: | ||
_a.sent(); | ||
if (didThrow && finalConfig.enhancedMetrics) { | ||
(0, metrics_1.incrementErrorsMetric)(metricsListener, context); | ||
} | ||
return [3 /*break*/, 13]; | ||
@@ -222,0 +222,0 @@ case 12: |
{ | ||
"name": "datadog-lambda-js", | ||
"version": "4.65.0", | ||
"version": "4.66.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