voycey / cakephp-newrelic
Adds transaction naming to NewRelic for CakePHP 3
Installs: 17 090
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- cakephp/cakephp: >=3.3.9
Requires (Dev)
- cakephp/cakephp: >=3.3.9
This package is not auto-updated.
Last update: 2024-11-10 03:25:51 UTC
README
Provides transaction naming based on Controller/Action/Params in NewRelic
Installation
composer require voycey/cakephp-newrelic
or Add:
"voycey/cakephp-newrelic": "~0.1"
to your composer.json
Enable it
Add Plugin::load('Voycey/NewRelic', ['bootstrap' => true]);
to your bootstrap.php to load the Plugin
TODO
- Give option to exclude all paramters passed to URL