Socket
Socket
Sign inDemoInstall

@opentelemetry/sdk-trace-base

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/sdk-trace-base - npm Package Compare versions

Comparing version 0.25.1-alpha.23 to 0.26.0

2

build/esm/Span.js

@@ -183,3 +183,3 @@ /*

if (this._ended) {
api.diag.warn('Can not execute the operation on ended Span {traceId: %s, spanId: %s}', this._spanContext.traceId, this._spanContext.spanId);
api.diag.warn("Can not execute the operation on ended Span {traceId: " + this._spanContext.traceId + ", spanId: " + this._spanContext.spanId + "}");
}

@@ -186,0 +186,0 @@ return this._ended;

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

export declare const VERSION = "0.25.0";
export declare const VERSION = "0.26.0";
//# sourceMappingURL=version.d.ts.map

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

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

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

if (this._ended) {
api.diag.warn('Can not execute the operation on ended Span {traceId: %s, spanId: %s}', this._spanContext.traceId, this._spanContext.spanId);
api.diag.warn(`Can not execute the operation on ended Span {traceId: ${this._spanContext.traceId}, spanId: ${this._spanContext.spanId}}`);
}

@@ -176,0 +176,0 @@ return this._ended;

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

export declare const VERSION = "0.25.0";
export declare const VERSION = "0.26.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.25.0';
exports.VERSION = '0.26.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/sdk-trace-base",
"version": "0.25.1-alpha.23+feea5167",
"version": "0.26.0",
"description": "OpenTelemetry Tracing",

@@ -85,8 +85,8 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/core": "^0.25.1-alpha.23+feea5167",
"@opentelemetry/resources": "^0.25.1-alpha.23+feea5167",
"@opentelemetry/semantic-conventions": "^0.25.0",
"@opentelemetry/core": "0.26.0",
"@opentelemetry/resources": "0.26.0",
"@opentelemetry/semantic-conventions": "0.26.0",
"lodash.merge": "^4.6.2"
},
"gitHead": "feea5167c15c41f0aeedc60959e36c18315c7ede"
"gitHead": "fa2e897587a2441205fd085772d80a0a225ee78e"
}

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