We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2311c commit ff44a41Copy full SHA for ff44a41
main/Monitoring/PinbaClient.class.php
@@ -54,7 +54,7 @@ public function timerStart($name, array $tags, array $data = array())
54
if (array_key_exists($name, $this->timers))
55
throw new WrongArgumentException('a timer with the same name allready exists');
56
57
- if ($this->isTreeLogEnabeled()) {
+ if ($this->isTreeLogEnabled()) {
58
59
$id = uniqid();
60
$tags['treeId'] = $id;
0 commit comments