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.
Undefined array key
1 parent d240f35 commit 2770413Copy full SHA for 2770413
app/code/Magento/GraphQl/Model/Query/Logger/NewRelic.php
@@ -41,7 +41,7 @@ public function __construct(
41
*/
42
public function execute(array $queryDetails)
43
{
44
- $transactionName = $queryDetails[LoggerInterface::OPERATION_NAMES] ?: '';
+ $transactionName = $queryDetails[LoggerInterface::OPERATION_NAMES] ?? '';
45
$this->newRelicWrapper->setTransactionName('GraphQL-' . $transactionName);
46
47
if (!$this->config->isNewRelicEnabled()) {
0 commit comments