Skip to content

Commit

Permalink
Ignore Telescope and Clockwork routes (#18)
Browse files Browse the repository at this point in the history
* Ignoring Telescope and Clockwork routes

* Also exclude the routes from Telescope API
  • Loading branch information
fgilio authored and julienbourdeau committed Dec 20, 2019
1 parent 3f8e1e2 commit b955512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

'excluding-regex' => [
'name' => '/^(route-usage|nova|debugbar|horizon)\./',
'name' => '/^(route-usage|nova|debugbar|horizon|telescope|telescope-api|__clockwork)\./',
'uri' => '',
],
];

0 comments on commit b955512

Please sign in to comment.