Simplified the transaction names we send to NewRelic.

This commit is contained in:
Peter Deltchev 2015-11-15 00:52:48 -08:00
parent 8bfddc7037
commit ac533a6eeb

View file

@ -31,7 +31,7 @@ return array(
* "GET /world" with pattern 'hello {path} you really {method} me' would return: * "GET /world" with pattern 'hello {path} you really {method} me' would return:
* 'hello /world you really GET me' * 'hello /world you really GET me'
*/ */
'name_provider' => '{uri} {route}', 'name_provider' => '{route}',
/* /*
* Will cause an exception to be thrown if the NewRelic * Will cause an exception to be thrown if the NewRelic