Skip to content

Commit d6e463b

Browse files
Ashish AggarwalAshish Aggarwal
authored andcommitted
build fix
1 parent cf5ab66 commit d6e463b

2 files changed

Lines changed: 12 additions & 52 deletions

File tree

index.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/index.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ import Configuration from './configuration';
2626

2727
import * as opentracing from 'opentracing';
2828

29+
export {
30+
Configuration,
31+
Tracer,
32+
SpanContext,
33+
Span,
34+
NoopDispatcher,
35+
InMemoryDispatcher,
36+
FileDispatcher,
37+
AgentDispatcher,
38+
opentracing
39+
};
40+
2941
module.exports = {
3042
Configuration,
3143
initTracer: Tracer.initTracer,

0 commit comments

Comments
 (0)