inkbx

Results 2 comments of inkbx

I fix this problem in this way. ```php public function trace() { if (!TracerInfo::isSampled()) { return; } $unsetParentId = true; if ($this->profile === static::BACKEND && !$this->unsetParentIdForBackend) { $unsetParentId = false;...