Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
fix: export tracer options (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jan 25, 2022
1 parent 82842c7 commit b125324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export * from './trace/trace_state';
export { createTraceState } from './trace/internal/utils';
export * from './trace/tracer_provider';
export * from './trace/tracer';
export * from './trace/tracer_options';

export {
isSpanContextValid,
Expand Down

0 comments on commit b125324

Please sign in to comment.