Skip to content

Commit a938a3b

Browse files
committed
MCP-1010: NewRelic integration improvement for GraphQL
1 parent 32b3b58 commit a938a3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

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

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

0 commit comments

Comments
 (0)