File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4
4
How to Use Matchers to Enable the Profiler Conditionally
5
5
========================================================
6
6
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
+
7
12
The Symfony profiler is only activated in the development environment to not hurt
8
13
your application performance. However, sometimes it may be useful to conditionally
9
14
enable the profiler in the production environment to assist you in debugging
Original file line number Diff line number Diff line change @@ -571,6 +571,10 @@ The DSN where to store the profiling information.
571
571
matcher
572
572
.......
573
573
574
+ .. caution ::
575
+
576
+ This option is deprecated since Symfony 3.4 and will be removed in 4.0.
577
+
574
578
Matcher options are configured to dynamically enable the profiler. For
575
579
instance, based on the `ip `_ or :ref: `path <reference-profiler-matcher-path >`.
576
580
You can’t perform that action at this time.
0 commit comments