Skip to content

Commit f031299

Browse files
committed
Merge branch '2.4-develop' of https://github.com/magento-l3/magento2ce into ACP2E-860
2 parents b2ece8c + a945273 commit f031299

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/GraphQl/Model/Query/Logger/NewRelic.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ public function execute(array $queryDetails)
5050
}
5151

5252
$transactionName = $queryDetails[LoggerInterface::OPERATION_NAMES] ?: '';
53-
if (strpos($transactionName, ',') !== false) {
54-
$transactionName = 'multipleQueries';
55-
}
53+
5654
$this->newRelicWrapper->setTransactionName('GraphQL-' . $transactionName);
5755
}
5856
}

0 commit comments

Comments
 (0)