Skip to content

Commit

Permalink
Update packages/opentelemetry-mutable-baggage/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotorres97 authored Oct 27, 2023
1 parent b7653c5 commit 4e86e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-mutable-baggage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const sdk = new NodeSDK({
Then, use the regular `propagation` api to interact with the baggage:
```js
import { propagation } from '@uphold/api';
import { propagation } from '@opentelemetry/api';

// `setEntry` will no longer create a new baggage!
propagation.getActiveBaggage()?.setEntry('foo', 'bar');
Expand Down

0 comments on commit 4e86e82

Please sign in to comment.