Skip to content

Commit 90a4b4d

Browse files
obecnyvmarchauddyladan
authored
chore: fixing readme info (#2094)
Co-authored-by: Valentin Marchaud <[email protected]> Co-authored-by: Daniel Dyla <[email protected]>
1 parent b6dfd97 commit 90a4b4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,10 @@ To request automatic tracing support for a module not on this list, please [file
245245

246246
## Upgrade guidelines
247247

248-
### 0.19.0 to 1.0.0-rc.0
248+
### 0.18.x to 0.19.0
249249

250250
- All plugins have been removed in favor of instrumentations.
251-
252-
### 0.18.0 to 0.19.0
253-
251+
254252
- The `@opentelemetry/propagator-b3` package previously exported three propagators: `B3Propagator`,`B3SinglePropagator`, and `B3MultiPropagator`, but now only exports the `B3Propagator`. It extracts b3 context in single and multi-header encodings, and injects context using the single-header encoding by default, but can be configured to inject context using the multi-header endcoding during construction: `new B3Propagator({ injectEncoding: B3InjectEncoding.MULTI_HEADER })`. If you were previously using the `B3SinglePropagator` or `B3MultiPropagator` directly, you should update your code to use the `B3Propagator` with the appropriate configuration. See the [readme](./packages/opentelemetry-propagator-b3/readme.md) for full details and usage.
255253

256254
### 0.17.0 to 0.18.0

0 commit comments

Comments
 (0)