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.
1 parent 9fa2765 commit 5c607a4Copy full SHA for 5c607a4
app/code/Magento/NewRelicReporting/Plugin/StatePlugin.php
@@ -54,14 +54,14 @@ public function __construct(
54
public function afterSetAreaCode(State $state, $result)
55
{
56
if (!$this->shouldSetAppName()) {
57
- return;
+ return $result;
58
}
59
60
try {
61
$this->newRelicWrapper->setAppName($this->appName($state));
62
} catch (LocalizedException $e) {
63
$this->logger->critical($e);
64
65
66
67
0 commit comments