<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Framework\AppInterface">
        <plugin name="application-performance-monitor" type="Magento\ApplicationPerformanceMonitor\Plugin\ApplicationPerformanceMonitor" sortOrder="50"/>
    </type>
    <type name="Magento\ApplicationPerformanceMonitor\Profiler\Profiler">
        <arguments>
            <argument name="inputs" xsi:type="array">
                <item name="GeneralInput" xsi:type="object">Magento\ApplicationPerformanceMonitor\Profiler\Input\GeneralInput</item>
            </argument>
            <argument name="outputs" xsi:type="array">
                <item name="LoggerOutput" xsi:type="object">Magento\ApplicationPerformanceMonitor\Profiler\Output\LoggerOutput</item>
            </argument>
        </arguments>
    </type>
</config>
