Skip to content

Commit

Permalink
Tweak config, show memory
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Dec 13, 2023
1 parent b463034 commit 6c74937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/telescope-toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@
*/
'collectors' => [
EntryType::REQUEST => [
'telescope-toolbar::collectors.time',
'telescope-toolbar::collectors.memory',
'telescope-toolbar::collectors.request',
'telescope-toolbar::collectors.session',
'telescope-toolbar::collectors.user',
'telescope-toolbar::collectors.time',
],
EntryType::EXCEPTION => [
'telescope-toolbar::collectors.exceptions',
Expand Down

0 comments on commit 6c74937

Please sign in to comment.