Skip to content

Commit b9e20c7

Browse files
committed
Add Ability To Separate Frontend / Adminhtml in New Relic
- Minor improvements
1 parent ccc355a commit b9e20c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/code/Magento/NewRelicReporting/Model/Config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
*/
66
namespace Magento\NewRelicReporting\Model;
77

8+
/**
9+
* NewRelic configuration model
10+
*/
811
class Config
912
{
1013
/**#@+

app/code/Magento/NewRelicReporting/Plugin/StatePlugin.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
* Set separate appname
5353
*
5454
* @param State $subject
55-
* @param null $result
55+
* @param mixed $result
5656
* @return mixed
5757
*/
5858
public function afterSetAreaCode(State $subject, $result)
@@ -72,6 +72,8 @@ public function afterSetAreaCode(State $subject, $result)
7272
}
7373

7474
/**
75+
* Format appName.
76+
*
7577
* @param State $state
7678
* @return string
7779
* @throws LocalizedException

0 commit comments

Comments
 (0)