Files
wyczarujprezent.pl/modules/ps_eventbus/config/common/handler.yml
2024-10-28 22:14:22 +01:00

12 lines
487 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\PsAccountsInstaller\Installer\Facade\PsAccounts'
- "%ps_eventbus.sentry_dsn%"
- "%ps_eventbus.sentry_env%"