remp/mailer-newrelic-module

3.5.1 2022-12-23 09:57 UTC

This package is not auto-updated.

Last update: 2024-04-18 14:46:35 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