don't try to pass array to span tags

This commit is contained in:
Andrew Dolgov
2023-04-10 18:06:14 +03:00
parent 6920c44587
commit f3f2e7d043

View File

@@ -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();