summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-10 18:06:14 +0300
committerAndrew Dolgov <[email protected]>2023-04-10 18:06:14 +0300
commitf3f2e7d0432560b6576b6a568dbcee5ba1aa8757 (patch)
treec9451b9ce2ab7fe33f8a9e4c06000d95c250f703
parent6920c445877a0d9fb4d65c03fa382c8a84e1aea1 (diff)
don't try to pass array to span tags
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 8b3a3e061..c322e1e55 100644
--- a/backend.php
+++ b/backend.php
@@ -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();