Socket
Socket
Sign inDemoInstall

@opentelemetry/tracing

Package Overview
Dependencies
Maintainers
4
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/tracing - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

2

build/src/BasicTracerProvider.js

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

config.propagator = new core_1.CompositePropagator({
propagators: [new core_1.HttpCorrelationContext(), new core_1.HttpTraceContext()],
propagators: [new core_1.HttpBaggage(), new core_1.HttpTraceContext()],
});

@@ -74,0 +74,0 @@ }

@@ -65,8 +65,5 @@ "use strict";

if (Object.keys(this.attributes).length >=
this._traceParams.numberOfAttributesPerSpan) {
const attributeKeyToDelete = Object.keys(this.attributes).shift();
if (attributeKeyToDelete) {
this._logger.warn(`Dropping extra attributes : ${attributeKeyToDelete}`);
delete this.attributes[attributeKeyToDelete];
}
this._traceParams.numberOfAttributesPerSpan &&
!Object.prototype.hasOwnProperty.call(this.attributes, key)) {
return this;
}

@@ -73,0 +70,0 @@ this.attributes[key] = value;

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

export declare const VERSION = "0.13.0";
export declare const VERSION = "0.14.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.13.0';
exports.VERSION = '0.14.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/tracing",
"version": "0.13.0",
"version": "0.14.0",
"description": "OpenTelemetry Tracing",

@@ -53,4 +53,4 @@ "main": "build/src/index.js",

"devDependencies": {
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",

@@ -70,6 +70,6 @@ "@types/webpack-env": "1.16.0",

"rimraf": "3.0.2",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"sinon": "9.2.2",
"ts-loader": "8.0.12",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7",

@@ -79,9 +79,9 @@ "webpack": "4.44.2"

"dependencies": {
"@opentelemetry/api": "^0.13.0",
"@opentelemetry/context-base": "^0.13.0",
"@opentelemetry/core": "^0.13.0",
"@opentelemetry/resources": "^0.13.0",
"@opentelemetry/semantic-conventions": "^0.13.0"
"@opentelemetry/api": "^0.14.0",
"@opentelemetry/context-base": "^0.14.0",
"@opentelemetry/core": "^0.14.0",
"@opentelemetry/resources": "^0.14.0",
"@opentelemetry/semantic-conventions": "^0.14.0"
},
"gitHead": "86cbd6798f9318c5920f9d9055f289a1c3f26500"
"gitHead": "27a8d4530c56257c191468b073669909bf8892a1"
}

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