@opentelemetry/exporter-zipkin
Advanced tools
Comparing version 0.24.1-alpha.31 to 0.25.1-alpha.21
import * as api from '@opentelemetry/api'; | ||
import { ReadableSpan, TimedEvent } from '@opentelemetry/tracing'; | ||
import { ReadableSpan, TimedEvent } from '@opentelemetry/sdk-trace-base'; | ||
import * as zipkinTypes from './types'; | ||
@@ -4,0 +4,0 @@ import { Resource } from '@opentelemetry/resources'; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.24.0"; | ||
export declare const VERSION = "0.25.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.24.0'; | ||
export var VERSION = '0.25.0'; | ||
//# sourceMappingURL=version.js.map |
import { ExportResult } from '@opentelemetry/core'; | ||
import { SpanExporter, ReadableSpan } from '@opentelemetry/tracing'; | ||
import { SpanExporter, ReadableSpan } from '@opentelemetry/sdk-trace-base'; | ||
import * as zipkinTypes from './types'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -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 @@ /** |
import * as api from '@opentelemetry/api'; | ||
import { ReadableSpan, TimedEvent } from '@opentelemetry/tracing'; | ||
import { ReadableSpan, TimedEvent } from '@opentelemetry/sdk-trace-base'; | ||
import * as zipkinTypes from './types'; | ||
@@ -4,0 +4,0 @@ import { Resource } from '@opentelemetry/resources'; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.24.0"; | ||
export declare const VERSION = "0.25.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.24.0'; | ||
exports.VERSION = '0.25.0'; | ||
//# sourceMappingURL=version.js.map |
import { ExportResult } from '@opentelemetry/core'; | ||
import { SpanExporter, ReadableSpan } from '@opentelemetry/tracing'; | ||
import { SpanExporter, ReadableSpan } from '@opentelemetry/sdk-trace-base'; | ||
import * as zipkinTypes from './types'; | ||
@@ -4,0 +4,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.31+fd2410cc", | ||
"version": "0.25.1-alpha.21+0ef1fc28", | ||
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.", | ||
@@ -54,6 +54,6 @@ "main": "build/src/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.14.8", | ||
"@opentelemetry/api": "^1.0.1", | ||
"@babel/core": "7.15.0", | ||
"@opentelemetry/api": "^1.0.2", | ||
"@types/mocha": "8.2.3", | ||
"@types/node": "14.17.5", | ||
"@types/node": "14.17.9", | ||
"@types/sinon": "10.0.2", | ||
@@ -79,15 +79,15 @@ "@types/webpack-env": "1.16.2", | ||
"webpack": "4.46.0", | ||
"webpack-cli": "4.7.2", | ||
"webpack-cli": "4.8.0", | ||
"webpack-merge": "5.8.0" | ||
}, | ||
"peerDependencies": { | ||
"@opentelemetry/api": "^1.0.1" | ||
"@opentelemetry/api": "^1.0.2" | ||
}, | ||
"dependencies": { | ||
"@opentelemetry/core": "^0.24.1-alpha.31+fd2410cc", | ||
"@opentelemetry/resources": "^0.24.1-alpha.31+fd2410cc", | ||
"@opentelemetry/semantic-conventions": "^0.24.1-alpha.31+fd2410cc", | ||
"@opentelemetry/tracing": "^0.24.1-alpha.31+fd2410cc" | ||
"@opentelemetry/core": "^0.25.1-alpha.21+0ef1fc28", | ||
"@opentelemetry/resources": "^0.25.1-alpha.21+0ef1fc28", | ||
"@opentelemetry/sdk-trace-base": "^0.25.1-alpha.21+0ef1fc28", | ||
"@opentelemetry/semantic-conventions": "^0.25.1-alpha.21+0ef1fc28" | ||
}, | ||
"gitHead": "fd2410cc9e8d43210b6ea44b8193fa70ee900499" | ||
"gitHead": "0ef1fc28d366b74d98b73b5d6334ffdc75342fe2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
100921
1558
+ Added@opentelemetry/sdk-trace-base@^0.25.1-alpha.21+0ef1fc28
+ Added@opentelemetry/core@0.25.1-alpha.23(transitive)
+ Added@opentelemetry/resources@0.25.1-alpha.23(transitive)
+ Added@opentelemetry/sdk-trace-base@0.25.1-alpha.23(transitive)
+ Added@opentelemetry/semantic-conventions@0.25.00.25.1-alpha.21(transitive)
- Removed@opentelemetry/core@0.24.1-alpha.31(transitive)
- Removed@opentelemetry/resources@0.24.1-alpha.31(transitive)
- Removed@opentelemetry/semantic-conventions@0.24.1-alpha.31(transitive)
- Removed@opentelemetry/tracing@0.24.1-alpha.31(transitive)
Updated@opentelemetry/semantic-conventions@^0.25.1-alpha.21+0ef1fc28