NewRelic
NewRelic copied to clipboard
NewRelic module for Laminas
* add unit tests to cover module, request factory, and response factory. * update module doc-block.
Wouldnt it be better to send the real URL as a name instead of the called route? If hou have dynamic routes and you want to analyse with specific paramters...
It would be cool if the library also could push to the Insights collector.
include module name on ignore list ``` php return array( 'newrelic' => array( 'ignored_transactions' => array( 'module' => array( 'Foo', 'Bar', 'Baz', ), ), ), ); ``` and optionally with...
When using console request the route can be a invalid transaction name - php index.php do-stuff users - php index.php do-stuff places This can lead to different controllers/action but in...