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.
2 parents 1c8d02b + 38740f3 commit a945273Copy full SHA for a945273
app/code/Magento/GraphQl/Model/Query/Logger/NewRelic.php
@@ -50,9 +50,7 @@ public function execute(array $queryDetails)
50
}
51
52
$transactionName = $queryDetails[LoggerInterface::OPERATION_NAMES] ?: '';
53
- if (strpos($transactionName, ',') !== false) {
54
- $transactionName = 'multipleQueries';
55
- }
+
56
$this->newRelicWrapper->setTransactionName('GraphQL-' . $transactionName);
57
58
0 commit comments