Skip to content

Commit

Permalink
Merge pull request #14 from zalando-zmon/custom_tracer
Browse files Browse the repository at this point in the history
opentracing public
  • Loading branch information
Emanuel Lauria authored Jun 27, 2018
2 parents e980bd5 + bf8f1cc commit 9a06a97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion dist/opentracing-javascript-utils.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 9a06a97

Please sign in to comment.