Skip to content

Commit a9e1100

Browse files
authored
Merge branch 'magento-commerce:2.4-develop' into ACP2E-782
2 parents d5f82e7 + a945273 commit a9e1100

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)