From ac533a6eeb394a70f79f5a773f5e73b862d72e95 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Sun, 15 Nov 2015 00:52:48 -0800 Subject: [PATCH] Simplified the transaction names we send to NewRelic. --- config/newrelic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/newrelic.php b/config/newrelic.php index a9430448..4fdce546 100644 --- a/config/newrelic.php +++ b/config/newrelic.php @@ -31,7 +31,7 @@ return array( * "GET /world" with pattern 'hello {path} you really {method} me' would return: * 'hello /world you really GET me' */ - 'name_provider' => '{uri} {route}', + 'name_provider' => '{route}', /* * Will cause an exception to be thrown if the NewRelic