Commit 67783e7 1 parent 466b20a commit 67783e7 Copy full SHA for 67783e7
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
var debug = require ( 'debug' ) ( 'risingstack/trace' )
2
2
var microtime = require ( 'microtime' )
3
3
var uuid = require ( 'node-uuid' )
4
- var cls = require ( 'continuation-local-storage' )
4
+ var cls = require ( '@risingstack/ continuation-local-storage' )
5
5
var defaults = require ( 'lodash.defaults' )
6
6
var isNumber = require ( 'lodash.isnumber' )
7
7
Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ before(function () {
6
6
agent : {
7
7
bind : function ( fn ) {
8
8
return this . ns . bind ( fn )
9
- } . bind ( this )
9
+ } . bind ( this ) ,
10
+ getConfig : function ( ) {
11
+ return {
12
+ whiteListHosts : [ ]
13
+ }
14
+ } ,
15
+ bindEmitter : function ( ) { }
10
16
}
11
17
} )
12
18
} )
Original file line number Diff line number Diff line change 43
43
"url" : " https://github.com/RisingStack/trace-nodejs/issues"
44
44
},
45
45
"dependencies" : {
46
+ "@risingstack/continuation-local-storage" : " 1.0.2" ,
46
47
"bl" : " 1.0.1" ,
47
- "continuation-local-storage" : " 3.1.6" ,
48
48
"debug" : " 2.2.0" ,
49
49
"event-loop-stats" : " 1.0.0" ,
50
50
"gc-stats" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments