We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1fa8d commit 923e50dCopy full SHA for 923e50d
1 file changed
lib/providers/httpTransaction/wraps/index.js
@@ -1,5 +1,4 @@
1
var http = require('http');
2
-var stream = require('stream');
3
4
var getNamespace = require('continuation-local-storage').getNamespace;
5
var Shimmer = require('./shimmer');
@@ -25,7 +24,7 @@ function instrument (collector, config) {
25
24
return require('./process._fatalException.js')(original, collector, config);
26
});
27
28
- getNamespace('trace').bindEmitter(stream.prototype);
+ getNamespace('trace').bindEmitter(http.Server.prototype);
29
}
30
31
function uninstrument () {
0 commit comments