mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-07 06:16:43 +01:00
Simplified the transaction names we send to NewRelic.
This commit is contained in:
parent
8bfddc7037
commit
ac533a6eeb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue