diff --git a/src/Spryker/Zed/Monitoring/Communication/Plugin/EventDispatcher/GatewayMonitoringRequestTransactionEventDispatcherPlugin.php b/src/Spryker/Zed/Monitoring/Communication/Plugin/EventDispatcher/GatewayMonitoringRequestTransactionEventDispatcherPlugin.php new file mode 100644 index 0000000..ebc0239 --- /dev/null +++ b/src/Spryker/Zed/Monitoring/Communication/Plugin/EventDispatcher/GatewayMonitoringRequestTransactionEventDispatcherPlugin.php @@ -0,0 +1,41 @@ +addSubscriber( + $this->getFactory()->createGatewayControllerListener() + ); + + return $eventDispatcher; + } +}