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
533
533
534
534
**type **: ``boolean `` **default **: ``true ``
535
535
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::
541
540
542
541
$profiler->enable();
543
542
@@ -1930,12 +1929,6 @@ Full Default Configuration
1930
1929
only_exceptions : false
1931
1930
only_master_requests : false
1932
1931
dsn : file:%kernel.cache_dir%/profiler
1933
- matcher :
1934
- ip : ~
1935
-
1936
- # use the urldecoded format
1937
- path : ~ # Example: ^/path to resource/
1938
- service : ~
1939
1932
1940
1933
# router configuration
1941
1934
router :
You can’t perform that action at this time.
0 commit comments