Skip to content

Respect report_rescued_exceptions config#1847

Merged
st0012 merged 2 commits intomasterfrom
fix-#1840
Jul 18, 2022
Merged

Respect report_rescued_exceptions config#1847
st0012 merged 2 commits intomasterfrom
fix-#1840

Conversation

@st0012
Copy link
Copy Markdown
Contributor

@st0012 st0012 commented Jul 16, 2022

When an exception is going to be swallowed by ShowExceptions middleware, we should check the report_rescued_exceptions config before reporting it.

Fixes #1840

When an exception is going to be swallowed by ShowExceptions middleware,
we should check the report_rescued_exceptions config before reporting
it.

See #1840 for more details
@st0012 st0012 added this to the 5.4.0 milestone Jul 16, 2022
@st0012 st0012 self-assigned this Jul 16, 2022
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 16, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.37%. Comparing base (5c8a5e3) to head (0855249).
⚠️ Report is 671 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1847      +/-   ##
==========================================
- Coverage   98.38%   98.37%   -0.02%     
==========================================
  Files         146      146              
  Lines        8676     8683       +7     
==========================================
+ Hits         8536     8542       +6     
- Misses        140      141       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@st0012 st0012 requested a review from sl0thentr0py July 16, 2022 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The report_rescued_exceptions option is not honoured in a Rails production environment

3 participants