You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,12 @@ To request automatic tracing support for a module not on this list, please [file
224
224
225
225
## Upgrade guidelines
226
226
227
+
### 0.19.x to x
228
+
229
+
-`HttpBaggage` renamed to `HttpBaggagePropagator`
230
+
231
+
-`HttpTraceContext` renamed to `HttpTraceContextPropagator`
232
+
227
233
### 0.18.x to 0.19.0
228
234
229
235
- API is now a peer dependency. This means that users will need to include `@opentelemetry/api` as a dependency of their project in order to use the SDK. NPM version 7+ (Node 15+) should do this automatically.
@@ -25,16 +25,16 @@ This package provides default implementations of the OpenTelemetry API for trace
25
25
26
26
### Built-in Propagators
27
27
28
-
#### HttpTraceContext Propagator
28
+
#### HttpTraceContextPropagator Propagator
29
29
30
30
OpenTelemetry provides a text-based approach to propagate context to remote services using the [W3C Trace Context](https://www.w3.org/TR/trace-context/) HTTP headers.
0 commit comments