From 2444877414f4e60973c1b0b31f0c7eefae30623c Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 19 Nov 2025 09:24:52 +0100 Subject: [PATCH 1/2] Add '_boost*' to debugbar exceptions --- config/debugbar.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/debugbar.php b/config/debugbar.php index 2d86208c..128ba068 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -19,6 +19,7 @@ 'except' => [ 'telescope*', 'horizon*', + '_boost*', ], /* From 4fd60a2292009cc30591cb59d1f84a440ca22f73 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 19 Nov 2025 09:27:00 +0100 Subject: [PATCH 2/2] Update debugbar configuration to specify browser logs --- config/debugbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debugbar.php b/config/debugbar.php index 128ba068..73246236 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -19,7 +19,7 @@ 'except' => [ 'telescope*', 'horizon*', - '_boost*', + '_boost/browser-logs', ], /*