Skip to content

Commit

Permalink
Update example in ContextZone README.md (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvolker authored Apr 19, 2022
1 parent f924669 commit cfda625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-context-zone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { ZoneContextManager } from '@opentelemetry/context-zone';

const providerWithZone = new WebTracerProvider();
providerWithZone.addSpanProcessor(new SimpleSpanProcessor(new ConsoleSpanExporter()));
provider.register({
providerWithZone.register({
contextManager: new ZoneContextManager()
});

Expand Down

0 comments on commit cfda625

Please sign in to comment.