Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 702 Bytes

File metadata and controls

executable file
·
31 lines (21 loc) · 702 Bytes

New Relic integration for Nette Framework

Repository https://github.com/blueweb/newrelic-nette.

Requirements

Library blueweb/newrelic-nette requires PHP 7.4 or higher.

Installation

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