Skip to content

Commit 56215e4

Browse files
committed
Merge branch '2.4-develop' of https://github.com/magento-commerce/magento2ce into ACP2E-789
2 parents 68496d6 + a945273 commit 56215e4

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)