File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11var debug = require ( 'debug' ) ( 'risingstack/trace' )
22var microtime = require ( 'microtime' )
33var uuid = require ( 'node-uuid' )
4- var cls = require ( 'continuation-local-storage' )
4+ var cls = require ( '@risingstack/ continuation-local-storage' )
55var defaults = require ( 'lodash.defaults' )
66var isNumber = require ( 'lodash.isnumber' )
77
Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ before(function () {
66 agent : {
77 bind : function ( fn ) {
88 return this . ns . bind ( fn )
9- } . bind ( this )
9+ } . bind ( this ) ,
10+ getConfig : function ( ) {
11+ return {
12+ whiteListHosts : [ ]
13+ }
14+ } ,
15+ bindEmitter : function ( ) { }
1016 }
1117 } )
1218} )
Original file line number Diff line number Diff line change 4343 "url" : " https://github.com/RisingStack/trace-nodejs/issues"
4444 },
4545 "dependencies" : {
46+ "@risingstack/continuation-local-storage" : " 1.0.2" ,
4647 "bl" : " 1.0.1" ,
47- "continuation-local-storage" : " 3.1.6" ,
4848 "debug" : " 2.2.0" ,
4949 "event-loop-stats" : " 1.0.0" ,
5050 "gc-stats" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments