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 44How 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+
712The Symfony profiler is only activated in the development environment to not hurt
813your application performance. However, sometimes it may be useful to conditionally
914enable 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.
571571matcher
572572.......
573573
574+ .. caution ::
575+
576+ This option is deprecated since Symfony 3.4 and will be removed in 4.0.
577+
574578Matcher options are configured to dynamically enable the profiler. For
575579instance, based on the `ip `_ or :ref: `path <reference-profiler-matcher-path >`.
576580
You can’t perform that action at this time.
0 commit comments