datadog-lambda-js
Advanced tools
Comparing version 3.55.0 to 3.56.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.datadogLambdaVersion = void 0; | ||
exports.datadogLambdaVersion = "3.55.0"; | ||
exports.datadogLambdaVersion = "3.56.0"; | ||
//# sourceMappingURL=constants.js.map |
@@ -39,3 +39,3 @@ "use strict"; | ||
// tslint:disable-next-line:no-var-requires | ||
require(path).init({ | ||
var tracer = require(path).init({ | ||
tags: { | ||
@@ -46,2 +46,8 @@ "_dd.origin": "lambda", | ||
utils_1.logDebug("automatically initialized dd-trace"); | ||
// Configure the tracer to ignore HTTP calls made from the Lambda Library to the Extension | ||
tracer.use("http", { | ||
// blacklist has been deprecated in favor of blocklist, but we still use it here for | ||
// compatibility with older versions of the tracer | ||
blacklist: /:8124/, | ||
}); | ||
} | ||
@@ -48,0 +54,0 @@ var taskRootEnv = index_1.getEnvValue(index_1.lambdaTaskRootEnvVar, ""); |
{ | ||
"name": "datadog-lambda-js", | ||
"version": "3.55.0", | ||
"version": "3.56.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
277512
3897