Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intercept got_request_exception calls #705

Merged
merged 4 commits into from
Nov 27, 2024
Merged

Conversation

jrobichaud
Copy link
Owner

It is to make sure exception is logged properly when unhandled exceptions are intercepted by exceotion handlers.

Closes #658

… is logged properly when unhandled exceptions are intercepted by exceotion handlers.
@jrobichaud jrobichaud self-assigned this Nov 24, 2024
Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d960d24) to head (441c4ed).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #705   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           51        51           
  Lines         2031      2050   +19     
  Branches        30        31    +1     
=========================================
+ Hits          2031      2050   +19     

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

@jrobichaud jrobichaud force-pushed the handle-got-request-exception branch from 7fd8cba to d336306 Compare November 24, 2024 15:43
@jrobichaud jrobichaud marked this pull request as ready for review November 27, 2024 01:27
@jrobichaud jrobichaud merged commit 975f62c into main Nov 27, 2024
17 checks passed
@jrobichaud jrobichaud deleted the handle-got-request-exception branch November 27, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support got_request_exception signal and rely on it rather than on process_exception code
1 participant