@opentelemetry/exporter-zipkin
Advanced tools
Comparing version 0.24.1-alpha.14 to 0.24.1-alpha.15
@@ -67,7 +67,10 @@ /* | ||
resultCallback(result); | ||
var index = _this._sendingPromises.indexOf(promise); | ||
_this._sendingPromises.splice(index, 1); | ||
}); | ||
}); | ||
this._sendingPromises.push(promise); | ||
var popPromise = function () { | ||
var index = _this._sendingPromises.indexOf(promise); | ||
_this._sendingPromises.splice(index, 1); | ||
}; | ||
promise.then(popPromise, popPromise); | ||
}; | ||
@@ -74,0 +77,0 @@ /** |
@@ -66,7 +66,10 @@ "use strict"; | ||
resultCallback(result); | ||
const index = this._sendingPromises.indexOf(promise); | ||
this._sendingPromises.splice(index, 1); | ||
}); | ||
}); | ||
this._sendingPromises.push(promise); | ||
const popPromise = () => { | ||
const index = this._sendingPromises.indexOf(promise); | ||
this._sendingPromises.splice(index, 1); | ||
}; | ||
promise.then(popPromise, popPromise); | ||
} | ||
@@ -73,0 +76,0 @@ /** |
{ | ||
"name": "@opentelemetry/exporter-zipkin", | ||
"version": "0.24.1-alpha.14+4553b29d", | ||
"version": "0.24.1-alpha.15+90ea0fed", | ||
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.", | ||
@@ -85,8 +85,8 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/core": "^0.24.1-alpha.14+4553b29d", | ||
"@opentelemetry/resources": "^0.24.1-alpha.14+4553b29d", | ||
"@opentelemetry/sdk-trace-base": "^0.24.1-alpha.14+4553b29d", | ||
"@opentelemetry/core": "^0.24.0", | ||
"@opentelemetry/resources": "^0.24.0", | ||
"@opentelemetry/sdk-trace-base": "^0.24.0", | ||
"@opentelemetry/semantic-conventions": "^0.24.0" | ||
}, | ||
"gitHead": "4553b29d4a04b5b7e4bf87cad64dc2fc8c740d8e" | ||
"gitHead": "90ea0fed52f406005550862f9b645803f89e36a9" | ||
} |
Sorry, the diff of this file is not supported yet
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
100849
1558
+ Added@opentelemetry/core@0.24.0(transitive)
+ Added@opentelemetry/resources@0.24.0(transitive)
- Removed@opentelemetry/core@0.24.1-alpha.31(transitive)
- Removed@opentelemetry/resources@0.24.1-alpha.31(transitive)
- Removed@opentelemetry/sdk-trace-base@0.24.1-alpha.20(transitive)
- Removed@opentelemetry/semantic-conventions@0.24.1-alpha.31(transitive)
- Removedlodash.merge@4.6.2(transitive)
Updated@opentelemetry/core@^0.24.0