arvo-core 1.0.21 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/dist/OpenTelemetry/index.js +0 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -47,9 +47,6 @@ var getTelemetryCarrier = function (span, activeContext) {
|
|
47
47
|
tracestate: null,
|
48
48
|
};
|
49
49
|
api_1.propagation.inject(activeContext, carrier);
|
50
|
-
if (!carrier.traceparent) {
|
51
|
-
carrier.traceparent = "00-".concat(span.spanContext().traceId, "-").concat(span.spanContext().spanId, "-0").concat(span.spanContext().traceFlags);
|
52
|
-
}
|
53
50
|
return carrier;
|
54
51
|
};
|
55
52
|
exports.getTelemetryCarrier = getTelemetryCarrier;
|