We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33864e2 commit 09e7eb2Copy full SHA for 09e7eb2
guides/source/error_reporting.md
@@ -46,6 +46,9 @@ requests,
46
so any unhandled errors raised in your app will automatically be reported to
47
your error-reporting service via their subscribers.
48
49
+NOTE: For HTTP requests, errors present in `ActionDispatch::ExceptionWrapper.rescue_responses`
50
+are not reported as they do not result in server errors (500) and generally aren't bugs that need to be addressed.
51
+
52
This means that third-party error-reporting libraries no longer need to insert a
53
[Rack](rails_on_rack.html) middleware or do any monkey-patching to capture
54
unhandled errors. Libraries that use [Active
0 commit comments