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 f650e3f commit 1206201Copy full SHA for 1206201
app/code/Magento/NewRelicReporting/etc/di.xml
@@ -46,6 +46,13 @@
46
<type name="Magento\Framework\Profiler\Driver\Standard\Stat">
47
<plugin name="newrelic-describe-cronjobs" type="Magento\NewRelicReporting\Plugin\StatPlugin"/>
48
</type>
49
+ <type name="Magento\NewRelicReporting\Plugin\CommandPlugin">
50
+ <arguments>
51
+ <argument name="skipCommands" xsi:type="array">
52
+ <item xsi:type="boolean" name="server:run">true</item>
53
+ </argument>
54
+ </arguments>
55
+ </type>
56
<type name="Magento\NewRelicReporting\Model\Apm\Deployments">
57
<arguments>
58
<argument name="serializer" xsi:type="object">Magento\Framework\Serialize\Serializer\Json</argument>
0 commit comments