8000 Fix goal of “framework.profiler.only_exceptions“ option which profile… · symfony/symfony-docs@2ed16bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ed16bc

Browse files
stephpyweaverryan
authored andcommitted
Fix goal of “framework.profiler.only_exceptions“ option which profile on each exceptions on controller (not only 500)
1 parent db3cde7 commit 2ed16bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/internals.rst

Lines changed: 1 addition & 1 deletion
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)
0