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

@opentelemetry/sdk-logs

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/sdk-logs - npm Package Compare versions

Comparing version 0.50.0 to 0.51.0

4

build/esm/LogRecord.js

@@ -137,2 +137,6 @@ /*

!Object.prototype.hasOwnProperty.call(this.attributes, key)) {
// This logic is to create drop message at most once per LogRecord to prevent excessive logging.
if (this.droppedAttributesCount === 1) {
api.diag.warn('Dropping extra attributes.');
}
return this;

@@ -139,0 +143,0 @@ }

2

build/esm/version.d.ts

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

export declare const VERSION = "0.50.0";
export declare const VERSION = "0.51.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '0.50.0';
export var VERSION = '0.51.0';
//# sourceMappingURL=version.js.map

@@ -94,2 +94,6 @@ /*

!Object.prototype.hasOwnProperty.call(this.attributes, key)) {
// This logic is to create drop message at most once per LogRecord to prevent excessive logging.
if (this.droppedAttributesCount === 1) {
api.diag.warn('Dropping extra attributes.');
}
return this;

@@ -96,0 +100,0 @@ }

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

export declare const VERSION = "0.50.0";
export declare const VERSION = "0.51.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.50.0';
export const VERSION = '0.51.0';
//# sourceMappingURL=version.js.map

@@ -97,2 +97,6 @@ "use strict";

!Object.prototype.hasOwnProperty.call(this.attributes, key)) {
// This logic is to create drop message at most once per LogRecord to prevent excessive logging.
if (this.droppedAttributesCount === 1) {
api.diag.warn('Dropping extra attributes.');
}
return this;

@@ -99,0 +103,0 @@ }

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

export declare const VERSION = "0.50.0";
export declare const VERSION = "0.51.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.50.0';
exports.VERSION = '0.51.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/sdk-logs",
"version": "0.50.0",
"version": "0.51.0",
"publishConfig": {

@@ -78,3 +78,3 @@ "access": "public"

"@opentelemetry/api": ">=1.4.0 <1.9.0",
"@opentelemetry/api-logs": "0.50.0",
"@opentelemetry/api-logs": "0.51.0",
"@opentelemetry/resources_1.9.0": "npm:@opentelemetry/resources@1.9.0",

@@ -105,6 +105,6 @@ "@types/mocha": "10.0.6",

"dependencies": {
"@opentelemetry/core": "1.23.0",
"@opentelemetry/resources": "1.23.0"
"@opentelemetry/core": "1.24.0",
"@opentelemetry/resources": "1.24.0"
},
"gitHead": "5231aa255047fbc6ee3d6a299f4423ab2f8a5fbc"
"gitHead": "3ab4f765d8d696327b7d139ae6a45e7bd7edd924"
}

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

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