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
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 1 additions and 1 deletions

View File

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