Skip to content

Commit

Permalink
Merge pull request #14 from jukylin/add_hprose_example
Browse files Browse the repository at this point in the history
fix_bug
  • Loading branch information
jky-yy authored Oct 13, 2017
2 parents 13ec7b9 + cd433aa commit 837936d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/JaegerPhp/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ public function initTrace($serverName, $agentHostPort = ''){
}

$trace = new Jaeger($serverName, $this->reporter, $this->sampler);
if($this->gen128bit == truel){

if($this->gen128bit == true){
$trace->gen128bit();
}

self::$trace[$serverName] = $trace;


Expand Down

0 comments on commit 837936d

Please sign in to comment.