Skip to content

Commit

Permalink
fix(shim): no need to wrap https
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke committed Sep 4, 2015
1 parent 88f427a commit 5b8c753
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/wraps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ function instrument (collector, config) {
return require('./http.request')(original, collector, config);
});

Shimmer.wrap(https, 'https', 'request', function (original) {
return require('./http.request')(original, collector, config);
});

Shimmer.wrap(process, 'process', '_fatalException', function (original) {
return require('./process._fatalException')(original, collector, config);
});
Expand Down

0 comments on commit 5b8c753

Please sign in to comment.