remp / mailer-newrelic-module
REMP Newrelic Module
Installs: 1 715
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- nette/application: ^3.0
- nette/di: ^3.0
- tracy/tracy: ^2.8
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