don't try to pass array to span tags
This commit is contained in:
parent
6920c44587
commit
f3f2e7d043
|
@ -30,7 +30,7 @@
|
||||||
$op = (string)clean($op);
|
$op = (string)clean($op);
|
||||||
$method = (string)clean($method);
|
$method = (string)clean($method);
|
||||||
|
|
||||||
$scope = Tracer::start(__FILE__, ['tags' => $_REQUEST]);
|
$scope = Tracer::start(__FILE__, ['tags' => json_encode($_REQUEST)]);
|
||||||
|
|
||||||
startup_gettext();
|
startup_gettext();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue