Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 103bdc2

Browse filesBrowse files
committed
minor #8388 Add a note about profiler matcher deprecation (fabpot)
This PR was merged into the 3.4 branch. Discussion ---------- Add a note about profiler matcher deprecation Commits ------- 7cb19e4 added a note about profiler matcher deprecation
2 parents 20b7205 + 7cb19e4 commit 103bdc2
Copy full SHA for 103bdc2

File tree

Expand file treeCollapse file tree

2 files changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-0
lines changed

‎profiler/matchers.rst

Copy file name to clipboardExpand all lines: profiler/matchers.rst
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
How to Use Matchers to Enable the Profiler Conditionally
55
========================================================
66

7+
.. caution::
8+
9+
The possibility to use a matcher to enable the profiler conditionally is
10+
deprecated since Symfony 3.4 and will be removed in 4.0.
11+
712
The Symfony profiler is only activated in the development environment to not hurt
813
your application performance. However, sometimes it may be useful to conditionally
914
enable the profiler in the production environment to assist you in debugging

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,10 @@ The DSN where to store the profiling information.
571571
matcher
572572
.......
573573

574+
.. caution::
575+
576+
This option is deprecated since Symfony 3.4 and will be removed in 4.0.
577+
574578
Matcher options are configured to dynamically enable the profiler. For
575579
instance, based on the `ip`_ or :ref:`path <reference-profiler-matcher-path>`.
576580

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.