We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72ef334 + d6e463b commit e6539b4Copy full SHA for e6539b4
1 file changed
src/index.ts
@@ -26,6 +26,18 @@ import Configuration from './configuration';
26
27
import * as opentracing from 'opentracing';
28
29
+export {
30
+ Configuration,
31
+ Tracer,
32
+ SpanContext,
33
+ Span,
34
+ NoopDispatcher,
35
+ InMemoryDispatcher,
36
+ FileDispatcher,
37
+ AgentDispatcher,
38
+ opentracing
39
+};
40
+
41
module.exports = {
42
Configuration,
43
initTracer: Tracer.initTracer,
0 commit comments