Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Merge 2c16872 into 72945db
Browse files Browse the repository at this point in the history
  • Loading branch information
oibe committed Sep 2, 2016
2 parents 72945db + 2c16872 commit cbe1031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Expand Up @@ -2,6 +2,7 @@ import * as GlobalTracer from './global_tracer';
import * as Constants from './constants';
import * as Functions from './functions';
import * as Noop from './noop';
import * as Tags from './ext/tags';
import BinaryCarrier from './binary_carrier';
import Reference from './reference';
import SpanContext from './span_context';
Expand Down Expand Up @@ -32,6 +33,7 @@ module.exports = _extend(
SpanContext : SpanContext,
Span : Span,
Tracer : Tracer,
Tags : Tags,
},
Constants,
Functions,
Expand Down

0 comments on commit cbe1031

Please sign in to comment.