Skip to content

Commit 9fcccc7

Browse files
committed
bug #3634 Fix goal of “framework.profiler.only_exceptions“ option which profile on each exceptions on controller (not only 500) (stephpy)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #3634). Discussion ---------- Fix goal of “framework.profiler.only_exceptions“ option which profile on each exceptions on controller (not only 500) | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.* See symfony/symfony#10375 (comment) Commits ------- 0ea5639 Fix goal of “framework.profiler.only_exceptions“ option which profile on each exceptions on controller (not only 500)
2 parents db3cde7 + 2ed16bc commit 9fcccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: book/internals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ If you enable the web profiler, you also need to mount the profiler routes:
644644
645645
As the profiler adds some overhead, you might want to enable it only under
646646
certain circumstances in the production environment. The ``only_exceptions``
647-
settings limits profiling to 500 pages, but what if you want to get
647+
settings limits profiling to exceptions, but what if you want to get
648648
information when the client IP comes from a specific address, or for a limited
649649
portion of the website? You can use a Profiler Matcher, learn more about that
650650
in ":doc:`/cookbook/profiler/matchers`".

0 commit comments

Comments
 (0)