-
-
Notifications
You must be signed in to change notification settings - Fork 192
feat: Implement logging enable/disable feature, with crash handler options #1371
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
Conversation
mujacica
commented
Sep 15, 2025
- Added a feature to enable/disable logging
- Added a new option to enable/disable logging during crash handling
- Extended tests for the new functionality
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given @vaind's valid review points, there are open todos:
- (maybe) eliminate logging reenablement
- if you keep it, it should be moved beyond the
sentry__leave_signal_handler();
boundary - a basic integration test that validates the crash case on all platforms + backends
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1371 +/- ##
===========================================
- Coverage 83.74% 45.49% -38.26%
===========================================
Files 56 56
Lines 8769 8815 +46
Branches 1367 1385 +18
===========================================
- Hits 7344 4010 -3334
- Misses 1297 4805 +3508
+ Partials 128 0 -128 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Thanks for the effort. Only minor stuff left.
Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>