Skip to content

Commit 21c1996

Browse files
authored
Update TracerProxy.php
1 parent e8229ac commit 21c1996

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/TracerProxy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public static function addSpan($span)
3838
/**
3939
* @see Tracer::trace()
4040
*/
41-
public static function trace()
41+
public static function trace($unsetParentId = true)
4242
{
43-
static::checkInstance();
43+
static::checkInstance($unsetParentId);
4444
static::$instance->trace();
4545
}
4646

0 commit comments

Comments
 (0)