@opentelemetry/tracing
Advanced tools
Comparing version 0.19.1-alpha.11 to 0.19.1-alpha.12
@@ -17,3 +17,3 @@ /* | ||
import { trace, context, propagation, diag, } from '@opentelemetry/api'; | ||
import { CompositePropagator, HttpTraceContext, HttpBaggage, getEnv, } from '@opentelemetry/core'; | ||
import { CompositePropagator, HttpBaggagePropagator, HttpTraceContextPropagator, getEnv, } from '@opentelemetry/core'; | ||
import { Resource } from '@opentelemetry/resources'; | ||
@@ -117,4 +117,4 @@ import { Tracer } from '.'; | ||
BasicTracerProvider._registeredPropagators = new Map([ | ||
['tracecontext', function () { return new HttpTraceContext(); }], | ||
['baggage', function () { return new HttpBaggage(); }], | ||
['tracecontext', function () { return new HttpTraceContextPropagator(); }], | ||
['baggage', function () { return new HttpBaggagePropagator(); }], | ||
]); | ||
@@ -121,0 +121,0 @@ return BasicTracerProvider; |
@@ -118,5 +118,5 @@ "use strict"; | ||
BasicTracerProvider._registeredPropagators = new Map([ | ||
['tracecontext', () => new core_1.HttpTraceContext()], | ||
['baggage', () => new core_1.HttpBaggage()], | ||
['tracecontext', () => new core_1.HttpTraceContextPropagator()], | ||
['baggage', () => new core_1.HttpBaggagePropagator()], | ||
]); | ||
//# sourceMappingURL=BasicTracerProvider.js.map |
{ | ||
"name": "@opentelemetry/tracing", | ||
"version": "0.19.1-alpha.11+2afcc7c9", | ||
"version": "0.19.1-alpha.12+25c205aa", | ||
"description": "OpenTelemetry Tracing", | ||
@@ -85,8 +85,8 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/core": "^0.19.1-alpha.11+2afcc7c9", | ||
"@opentelemetry/resources": "^0.19.1-alpha.11+2afcc7c9", | ||
"@opentelemetry/semantic-conventions": "^0.19.1-alpha.11+2afcc7c9", | ||
"@opentelemetry/core": "^0.19.1-alpha.12+25c205aa", | ||
"@opentelemetry/resources": "^0.19.1-alpha.12+25c205aa", | ||
"@opentelemetry/semantic-conventions": "^0.19.0", | ||
"lodash.merge": "^4.6.2" | ||
}, | ||
"gitHead": "2afcc7c90d93bac4fa9180f4fd312ed01370b2b5" | ||
"gitHead": "25c205aaffb6707d4275be6bade3e078e50e2df3" | ||
} |
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
187010