Skip to content

Commit

Permalink
chore!: move b3 into its own package (open-telemetry#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear authored and dyladan committed Feb 18, 2021
1 parent ede3838 commit 2940e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Because the npm installer and node module resolution algorithm could potentially
If you prefer to choose your own propagator or context manager, you may pass an options object into the `tracerProvider.register()` method. Omitted or `undefined` options will be replaced by a default value and `null` values will be skipped.

```javascript
const { B3Propagator } = require("@opentelemetry/core");
const { B3Propagator } = require("@opentelemetry/propagator-b3");

tracerProvider.register({
// Use B3 Propagation
Expand Down

0 comments on commit 2940e75

Please sign in to comment.