Files
2025-06-24 14:14:35 +02:00

12 lines
490 B
YAML

services:
PrestaShop\Module\PsEventbus\Handler\ErrorHandler\ErrorHandlerInterface: '@PrestaShop\Module\PsEventbus\Handler\ErrorHandler\ErrorHandler'
PrestaShop\Module\PsEventbus\Handler\ErrorHandler\ErrorHandler:
class: PrestaShop\Module\PsEventbus\Handler\ErrorHandler\ErrorHandler
public: true
arguments:
- '@ps_eventbus'
- '@PrestaShop\Module\PsEventbus\Service\PsAccountsAdapterService'
- '%ps_eventbus.sentry_dsn%'
- '%ps_eventbus.sentry_env%'