serverless-plugin-datadog
Advanced tools
Comparing version 2.22.0 to 2.22.1
{ | ||
"name": "serverless-plugin-datadog", | ||
"version": "2.22.0", | ||
"version": "2.22.1", | ||
"description": "Serverless plugin to automatically instrument python and node functions with datadog tracing", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -10,3 +10,3 @@ import Service from "serverless/classes/Service"; | ||
site: string; | ||
logLevel: string; | ||
logLevel: string | undefined; | ||
flushMetricsToLogs: boolean; | ||
@@ -13,0 +13,0 @@ enableXrayTracing: boolean; |
@@ -22,3 +22,3 @@ "use strict"; | ||
flushMetricsToLogs: true, | ||
logLevel: "info", | ||
logLevel: undefined, | ||
site: "datadoghq.com", | ||
@@ -25,0 +25,0 @@ enableXrayTracing: false, |
{ | ||
"name": "serverless-plugin-datadog", | ||
"version": "2.22.0", | ||
"version": "2.22.1", | ||
"description": "Serverless plugin to automatically instrument python and node functions with datadog tracing", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -35,3 +35,3 @@ # Datadog Serverless Plugin | ||
| `addExtension` | Whether to install the Datadog Lambda Extension as a layer. Defaults to `false`. When enabled, it's required to set the `apiKey` (or `apiKMSKey`) parameter. The Datadog Lambda Extension Layer is in public preview. Learn more about the Lambda Extension Layer [here][8]. | | ||
| `logLevel` | The log level, set to `DEBUG` for extended logging. Defaults to `info`. | | ||
| `logLevel` | The log level, set to `DEBUG` for extended logging. | | ||
| `enableXrayTracing` | Set `true` to enable X-Ray tracing on the Lambda functions and API Gateway integrations. Defaults to `false`. | | ||
@@ -38,0 +38,0 @@ | `enableDDTracing` | Enable Datadog tracing on the Lambda function. Defaults to `true`. | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
0
167403
49
1693