Skip to content

Commit 3d5653d

Browse files
authored
Update debugbar.php
1 parent 41df91e commit 3d5653d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/debugbar.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@
5858
| The Debugbar can capture Ajax requests and display them. If you don't want this (ie. because of errors),
5959
| you can use this option to disable sending the data through the headers.
6060
|
61+
| Optionally, you can also send ServerTiming headers on ajax requests for the Chrome DevTools.
6162
*/
6263

6364
'capture_ajax' => true,
65+
'add_ajax_timing' => false,
6466

6567
/*
6668
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)