Repository https://github.com/blueweb/newrelic-nette.
Library blueweb/newrelic-nette
requires PHP 8.0 or higher.
The best way to install blueweb/newrelic-nette is using Composer:
$ composer require blueweb/newrelic-nette
You have to also add this to your config.neon
:
extensions:
newrelic: Blueweb\NewRelic\DI\DiExtension
Extension is automatically disabled in development environment. You can also manually enable/disable the extension:
newrelic:
enable: false