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

@opentelemetry/exporter-zipkin

Package Overview
Dependencies
Maintainers
4
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/exporter-zipkin - npm Package Compare versions

Comparing version 0.25.1-alpha.23 to 0.26.0

4

build/esm/platform/browser/util.js

@@ -94,3 +94,3 @@ /*

var statusCode = xhr.status || 0;
diag.debug('Zipkin response status code: %d, body: %s', statusCode, data);
diag.debug("Zipkin response status code: " + statusCode + ", body: " + data);
if (xhr.status >= 200 && xhr.status < 400) {

@@ -112,5 +112,5 @@ return done({ code: ExportResultCode.SUCCESS });

// Issue request to remote service
diag.debug('Zipkin request payload: %s', data);
diag.debug("Zipkin request payload: " + data);
xhr.send(data);
}
//# sourceMappingURL=util.js.map

@@ -60,3 +60,3 @@ /*

var statusCode = res.statusCode || 0;
diag.debug('Zipkin response status code: %d, body: %s', statusCode, rawData);
diag.debug("Zipkin response status code: " + statusCode + ", body: " + rawData);
// Consider 2xx and 3xx as success.

@@ -83,3 +83,3 @@ if (statusCode < 400) {

var payload = JSON.stringify(zipkinSpans);
diag.debug('Zipkin request payload: %s', payload);
diag.debug("Zipkin request payload: " + payload);
req.write(payload, 'utf8');

@@ -86,0 +86,0 @@ req.end();

@@ -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

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

const statusCode = xhr.status || 0;
api_1.diag.debug('Zipkin response status code: %d, body: %s', statusCode, data);
api_1.diag.debug(`Zipkin response status code: ${statusCode}, body: ${data}`);
if (xhr.status >= 200 && xhr.status < 400) {

@@ -103,5 +103,5 @@ return done({ code: core_1.ExportResultCode.SUCCESS });

// Issue request to remote service
api_1.diag.debug('Zipkin request payload: %s', data);
api_1.diag.debug(`Zipkin request payload: ${data}`);
xhr.send(data);
}
//# sourceMappingURL=util.js.map

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

const statusCode = res.statusCode || 0;
api_1.diag.debug('Zipkin response status code: %d, body: %s', statusCode, rawData);
api_1.diag.debug(`Zipkin response status code: ${statusCode}, body: ${rawData}`);
// Consider 2xx and 3xx as success.

@@ -75,3 +75,3 @@ if (statusCode < 400) {

const payload = JSON.stringify(zipkinSpans);
api_1.diag.debug('Zipkin request payload: %s', payload);
api_1.diag.debug(`Zipkin request payload: ${payload}`);
req.write(payload, 'utf8');

@@ -78,0 +78,0 @@ req.end();

@@ -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/exporter-zipkin",
"version": "0.25.1-alpha.23+feea5167",
"version": "0.26.0",
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.",

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

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

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