Socket
Socket
Sign inDemoInstall

@opentelemetry/sdk-trace-base

Package Overview
Dependencies
4
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.19.0 to 1.20.0

7

build/esm/Span.js

@@ -149,3 +149,5 @@ /*

if (this.events.length >= this._spanLimits.eventCountLimit) {
diag.warn('Dropping extra events.');
if (this._droppedEventsCount === 0) {
diag.debug('Dropping extra events.');
}
this.events.shift();

@@ -194,2 +196,5 @@ this._droppedEventsCount++;

}
if (this._droppedEventsCount > 0) {
diag.warn("Dropped " + this._droppedEventsCount + " events because eventCountLimit reached");
}
this._spanProcessor.onEnd(this);

@@ -196,0 +201,0 @@ };

2

build/esm/version.d.ts

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

export declare const VERSION = "1.19.0";
export declare const VERSION = "1.20.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -110,3 +110,5 @@ /*

if (this.events.length >= this._spanLimits.eventCountLimit) {
diag.warn('Dropping extra events.');
if (this._droppedEventsCount === 0) {
diag.debug('Dropping extra events.');
}
this.events.shift();

@@ -155,2 +157,5 @@ this._droppedEventsCount++;

}
if (this._droppedEventsCount > 0) {
diag.warn(`Dropped ${this._droppedEventsCount} events because eventCountLimit reached`);
}
this._spanProcessor.onEnd(this);

@@ -157,0 +162,0 @@ }

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

export declare const VERSION = "1.19.0";
export declare const VERSION = "1.20.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -113,3 +113,5 @@ "use strict";

if (this.events.length >= this._spanLimits.eventCountLimit) {
api_1.diag.warn('Dropping extra events.');
if (this._droppedEventsCount === 0) {
api_1.diag.debug('Dropping extra events.');
}
this.events.shift();

@@ -158,2 +160,5 @@ this._droppedEventsCount++;

}
if (this._droppedEventsCount > 0) {
api_1.diag.warn(`Dropped ${this._droppedEventsCount} events because eventCountLimit reached`);
}
this._spanProcessor.onEnd(this);

@@ -160,0 +165,0 @@ }

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

export declare const VERSION = "1.19.0";
export declare const VERSION = "1.20.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.19.0';
exports.VERSION = '1.20.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/sdk-trace-base",
"version": "1.19.0",
"version": "1.20.0",
"description": "OpenTelemetry Tracing",

@@ -96,9 +96,9 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/core": "1.19.0",
"@opentelemetry/resources": "1.19.0",
"@opentelemetry/semantic-conventions": "1.19.0"
"@opentelemetry/core": "1.20.0",
"@opentelemetry/resources": "1.20.0",
"@opentelemetry/semantic-conventions": "1.20.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-base",
"sideEffects": false,
"gitHead": "d3c311aec24137084dc820805a2597e120335672"
"gitHead": "57008533aba7ccd51ea80f38ff4f29404d47eb9c"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc