Skip to content

Commit

Permalink
fix readme import
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed May 23, 2024
1 parent f27dbb4 commit 7b25ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/baggage-span-processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add to the span processors that copies all baggage entries during configuration:

```javascript
import { NodeSDK, tracing } from '@opentelemetry/sdk-node';
import { ALLOW_ALL_BAGGAGE_KEYS, BaggageSpanProcessor } from '../src/baggage-span-processor';
import { ALLOW_ALL_BAGGAGE_KEYS, BaggageSpanProcessor } from '@opentelemetry/baggage-span-processor';

const spanProcessors = [
new tracing.SimpleSpanProcessor(
Expand Down

0 comments on commit 7b25ad8

Please sign in to comment.