remp/mailer-newrelic-module

3.11.0 2022-12-23 09:57 UTC

README

Enabling module

You can enable NewRelic module by adding load extension to your configuration file:

extensions: 
    newrelic: Remp\NewrelicModule\DI\NewrelicModuleExtension

Configuration

You can configure if NewRelic module should log errors (e.g: missing newrelic php extension) from NewrelicRequestListener.

newrelic:
	logRequestListenerErrors: false # default: true