Skip to content

Commit 09e7eb2

Browse files
Darius Schneiderbyroot
andcommitted
Add note in stating that are not reported in the context of HTTP requests.
Co-Authored-By: Jean Boussier <[email protected]>
1 parent 33864e2 commit 09e7eb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guides/source/error_reporting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ requests,
4646
so any unhandled errors raised in your app will automatically be reported to
4747
your error-reporting service via their subscribers.
4848

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+
4952
This means that third-party error-reporting libraries no longer need to insert a
5053
[Rack](rails_on_rack.html) middleware or do any monkey-patching to capture
5154
unhandled errors. Libraries that use [Active

0 commit comments

Comments
 (0)