Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-aws-sdk

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-aws-sdk - npm Package Compare versions

Comparing version 0.39.1 to 0.40.0

2

build/src/aws-sdk.types.d.ts

@@ -58,3 +58,3 @@ /// <reference types="node" />

/**
* A unique identifier for the message. A MessageIdis considered unique across all accounts for an extended period of time.
* A unique identifier for the message. A MessageId is considered unique across all accounts for an extended period of time.
*/

@@ -61,0 +61,0 @@ MessageId?: string;

@@ -34,3 +34,3 @@ /**

* @returns {object} A new object with the wrapped property.
* @throws {TypeError} if the subpath points to a non-existant property, or if
* @throws {TypeError} if the subpath points to a non-existent property, or if
* any but the last subpath part points to a non-Object.

@@ -37,0 +37,0 @@ */

@@ -96,3 +96,3 @@ "use strict";

* @returns {object} A new object with the wrapped property.
* @throws {TypeError} if the subpath points to a non-existant property, or if
* @throws {TypeError} if the subpath points to a non-existent property, or if
* any but the last subpath part points to a non-Object.

@@ -99,0 +99,0 @@ */

@@ -1,2 +0,2 @@

export declare const VERSION = "0.39.1";
export declare const VERSION = "0.40.0";
//# sourceMappingURL=version.d.ts.map

@@ -20,3 +20,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.39.1';
exports.VERSION = '0.40.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-aws-sdk",
"version": "0.39.1",
"version": "0.40.0",
"description": "OpenTelemetry automatic instrumentation for the `aws-sdk` package",

@@ -48,4 +48,4 @@ "keywords": [

"@opentelemetry/core": "^1.8.0",
"@opentelemetry/instrumentation": "^0.49.1",
"@opentelemetry/propagation-utils": "^0.30.7",
"@opentelemetry/instrumentation": "^0.50.0",
"@opentelemetry/propagation-utils": "^0.30.8",
"@opentelemetry/semantic-conventions": "^1.0.0"

@@ -61,3 +61,3 @@ },

"@opentelemetry/api": "^1.3.0",
"@opentelemetry/contrib-test-utils": "^0.37.0",
"@opentelemetry/contrib-test-utils": "^0.38.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",

@@ -82,3 +82,3 @@ "@types/mocha": "8.2.3",

},
"gitHead": "9d19ca4103bc72bd42e28979fee19bd08d85b721"
"gitHead": "17a0bc1da3baa472ba9b867eee3c60730cc130fb"
}

@@ -71,4 +71,4 @@ # OpenTelemetry aws-sdk Instrumentation for Node.js

| `aws.signature.version` | string | AWS version of authentication signature on the request. | "v4" |
| `aws.service.api` | string | The sdk class name for the service | "SQS" |
| `aws.service.identifier` | string | Identifier for the service in the sdk | "sqs" |
| `aws.service.api` | string | The SDK class name for the service | "SQS" |
| `aws.service.identifier` | string | Identifier for the service in the SDK | "sqs" |
| `aws.service.name` | string | Abbreviation name for the service | "Amazon SQS" |

@@ -75,0 +75,0 @@ | `aws.request.id` | uuid | Request unique id, as returned from aws on response | "01234567-89ab-cdef-0123-456789abcdef" |

Sorry, the diff of this file is not supported yet

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