We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2c575 commit 2a288c3Copy full SHA for 2a288c3
src/OpenTelemetry.Extensions.Propagators/README.md
@@ -15,7 +15,7 @@ Add a reference to the
15
package in your project.
16
17
```shell
18
-dotnet add package --prerelease OpenTelemetry.Extensions.Propagators
+dotnet add package OpenTelemetry.Extensions.Propagators
19
```
20
21
## Configuration
@@ -26,7 +26,7 @@ Use `B3 OpenZipkin` context only:
26
using OpenTelemetry;
27
using OpenTelemetry.Extensions.Propagators;
28
29
-Sdk.SetDefaultTextMapPropagator(new B3Propagator())
+Sdk.SetDefaultTextMapPropagator(new B3Propagator());
30
31
32
Use `B3 OpenZipkin` and `W3C Baggage` propagators at the same time:
0 commit comments