Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serverless-plugin-datadog

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-plugin-datadog - npm Package Compare versions

Comparing version 2.22.0 to 2.22.1

2

dist/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc