File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -533,11 +533,10 @@ collect
533533
534534**type **: ``boolean `` **default **: ``true ``
535535
536- This option configures the way the profiler behaves when it is enabled.
537- If set to ``true ``, the profiler collects data for all requests (unless
538- you configure otherwise, like a custom `matcher `_). If you want to only
539- collect information on-demand, you can set the ``collect `` flag to ``false ``
540- and activate the data collectors manually::
536+ This option configures the way the profiler behaves when it is enabled. If set
537+ to ``true ``, the profiler collects data for all requests. If you want to only
538+ collect information on-demand, you can set the ``collect `` flag to ``false `` and
539+ activate the data collectors manually::
541540
542541 $profiler->enable();
543542
@@ -1930,12 +1929,6 @@ Full Default Configuration
19301929 only_exceptions : false
19311930 only_master_requests : false
19321931 dsn : file:%kernel.cache_dir%/profiler
1933- matcher :
1934- ip : ~
1935-
1936- # use the urldecoded format
1937- path : ~ # Example: ^/path to resource/
1938- service : ~
19391932
19401933 # router configuration
19411934 router :
You can’t perform that action at this time.
0 commit comments