Skip to content

Commit

Permalink
add public opentracing
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Lauria committed Jun 27, 2018
1 parent 0ca8827 commit bf8f1cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/opentracing-javascript-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ var _require = __webpack_require__(12),
(function component(w, d) {
console.log('libraries', libraries);

w.opentracing = opentracing;
/**
* get current working directory to load getDependencies
*/
Expand Down Expand Up @@ -1040,8 +1041,8 @@ var libraries = exports.libraries = {
var customTracer = new lightstep.Tracer(config.config);

if (config.overlay) {
console.log('Initializing Lightstep Overlay');
LightStepOverlay(customTracer);
console.log('Lightstep Overlay enabled');
}

return customTracer;
Expand Down
1 change: 1 addition & 0 deletions src/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var {libraries} = require('./libraries');
(function component(w, d) {
console.log('libraries', libraries)

w.opentracing = opentracing
/**
* get current working directory to load getDependencies
*/
Expand Down

0 comments on commit bf8f1cc

Please sign in to comment.