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 493fdaf commit 9da4442Copy full SHA for 9da4442
app/code/Magento/GraphQl/Model/Query/Logger/NewRelic.php
@@ -51,6 +51,5 @@ public function execute(array $queryDetails)
51
foreach ($queryDetails as $key => $value) {
52
$this->newRelicWrapper->addCustomParameter($key, $value);
53
}
54
-
55
56
0 commit comments