Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change description of NewRelic configuration #31944

Merged
merged 2 commits into from Jun 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/code/Magento/NewRelicReporting/etc/adminhtml/system.xml
Expand Up @@ -68,9 +68,9 @@
</depends>
</field>
<field id="separate_apps" translate="label comment" type="select" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Send Adminhtml and Frontend as Separate Apps</label>
<label>Send each Magento Area Code as Separate App</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment>In addition to the main app (which includes all PHP execution), separate apps for adminhtml and frontend will be created. Requires New Relic Application Name to be set.</comment>
<comment>In addition to the main app (which includes all PHP execution), separate apps for each Magento area code (adminhtml, frontend, ...) will be created. Requires New Relic Application Name to be set.</comment>
<depends>
<field id="enable">1</field>
</depends>
Expand Down