@opentelemetry/exporter-zipkin
Advanced tools
Comparing version 0.18.1-alpha.16 to 0.18.1-alpha.19
@@ -26,3 +26,3 @@ "use strict"; | ||
let xhrHeaders; | ||
const useBeacon = navigator.sendBeacon && !headers; | ||
const useBeacon = typeof navigator.sendBeacon === 'function' && !headers; | ||
if (headers) { | ||
@@ -29,0 +29,0 @@ xhrHeaders = Object.assign({ Accept: 'application/json', 'Content-Type': 'application/json' }, headers); |
{ | ||
"name": "@opentelemetry/exporter-zipkin", | ||
"version": "0.18.1-alpha.16+f045eef8", | ||
"version": "0.18.1-alpha.19+961fdd4d", | ||
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.", | ||
@@ -81,5 +81,5 @@ "main": "build/src/index.js", | ||
"@opentelemetry/resources": "^0.18.0", | ||
"@opentelemetry/tracing": "^0.18.1-alpha.16+f045eef8" | ||
"@opentelemetry/tracing": "^0.18.0" | ||
}, | ||
"gitHead": "f045eef8b02e6dda452aab3cdbeaf78b225c2fd4" | ||
"gitHead": "961fdd4d03368e76b6fc8ea9dfba8c63346ba9cd" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
57065