Skip to content

Commit ccd23a4

Browse files
committed
Use the new profiling option
1 parent c617efe commit ccd23a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

integrations/symfony-bundle.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Symfony Bundle
33

44
This bundle integrates HTTPlug with the Symfony framework. The bundle helps to
55
register services for all your clients and makes sure all the configuration is
6-
in one place. The bundle also features a toolbar plugin with information about
6+
in one place. The bundle also features a profiling plugin with information about
77
your requests.
88

99
This guide explains how to configure HTTPlug in the Symfony framework. See the
@@ -87,16 +87,16 @@ reasons. Turn this on by changing the ``captured_body_length`` configuration.
8787
.. code-block:: yaml
8888
8989
httplug:
90-
toolbar:
90+
profiling:
9191
captured_body_length: 1000 # Capture the first 1000 chars of the HTTP body
9292
93-
The toolbar is automatically turned off when ``kernel.debug = false``. You can
94-
also disable the toolbar by configuration.
93+
The profiling is automatically turned off when ``kernel.debug = false``. You can
94+
also disable the profiling by configuration.
9595

9696
.. code-block:: yaml
9797
9898
httplug:
99-
toolbar: false
99+
profiling: false
100100
101101
You can configure the bundle to show debug information for clients found with
102102
discovery. You may also force a specific client to be found when a third party

0 commit comments

Comments
 (0)