barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
17.21k stars 1.55k forks source link

filter networks history to ignore useless networks #1635

Closed fredimitchel closed 2 months ago

fredimitchel commented 2 months ago

In our app, we have a keep alive polling which interact with the server to keep the session alive.

But Debugbar is logging this network ping which doesn't make sense and avoid us to use the auto select feature.

Feature request: be able to set a rule to ignore specific routes.

erikn69 commented 2 months ago

https://github.com/barryvdh/laravel-debugbar/blob/bd8edca124f84d14203b29698f8f204c8eabc960/config/debugbar.php#L13-L21