Skip to content

Commit 42b9788

Browse files
authored
Merge pull request #37 from Vinelab/compatibility-fix
Fix compatibility with Zipkin 3
2 parents 3bc1f92 + 29ad28a commit 42b9788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/Zipkin/ZipkinTracer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public function flush(): void
320320
protected function createReporter(): Reporter
321321
{
322322
if (!$this->reporter) {
323-
return new HttpReporter(null, [
323+
return new HttpReporter([
324324
'endpoint_url' => sprintf('http://%s:%s/api/v2/spans', $this->host, $this->port),
325325
'timeout' => $this->requestTimeout,
326326
]);

0 commit comments

Comments
 (0)