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 e8965a8 commit 0d169acCopy full SHA for 0d169ac
app/code/Magento/NewRelicReporting/Model/Config.php
@@ -161,6 +161,16 @@ public function getNewRelicAppName()
161
return (string)$this->scopeConfig->getValue('newrelicreporting/general/app_name');
162
}
163
164
+ /**
165
+ * Returns configured separate apps value
166
+ *
167
+ * @return bool
168
+ */
169
+ public function isSeparateApps()
170
+ {
171
+ return (bool)$this->scopeConfig->getValue('newrelicreporting/general/separate_apps');
172
+ }
173
+
174
/**
175
* Returns config setting for overall cron to be enabled
176
*
0 commit comments