Skip to content

Commit 597b75b

Browse files
committed
Removed more references about profiler.matcher option
1 parent 0266046 commit 597b75b

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)