Skip to content

Commit 1c1b8e0

Browse files
committed
PWA-1311: New Relic is not being given useful transaction names for graphql requests
- fix build errors
1 parent 5e414ed commit 1c1b8e0

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/GraphQl/Helper/Query/Logger

1 file changed

+1
-3
lines changed

app/code/Magento/GraphQl/Helper/Query/Logger/LogData.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ public function getLogData(
4848
if ($schema) {
4949
$logData = array_merge($logData, $this->gatherQueryInformation($schema));
5050
}
51-
} catch (\Exception $exception) {
52-
// do nothing
53-
}
51+
} catch (\Exception $exception) {} //@codingStandardsIgnoreLine
5452

5553
if ($response) {
5654
$logData = array_merge($logData, $this->gatherResponseInformation($response));

0 commit comments

Comments
 (0)