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