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