sentry-java
sentry-java copied to clipboard
chore(deps): update Native SDK to v0.5.0
Bumps sentry-android-ndk/sentry-native from 0.4.18 to 0.5.0.
Auto-generated by a dependency updater.
Changelog
0.5.0
Features
- Provide
on_crash()callback to allow clients to act on detected crashes. Users often inquired about distinguishing between crashes and "normal" events in thebefore_send()hook.on_crash()can be considered a replacement forbefore_send()for crash events, where the goal is to usebefore_send()only for normal events, whileon_crash()is only invoked for crashes. This change is backward compatible for current users ofbefore_send()and allows gradual migration toon_crash()(see the docs for details). (#724, #734)
Fixes
- Make Windows ModuleFinder more resilient to missing Debug Info (#732)
- Aligned pre-send event processing in
sentry_capture_event()with the cross-SDK session filter order (#729) - Align the default value initialization for the
environmentpayload attribute with the developer documentation (#739) - Iterate all debug directory entries when parsing PE modules for a valid CodeView record (#740)
Thank you:
Features, fixes and improvements in this release have been contributed by:
Codecov Report
Merging #2199 (7b5ef65) into main (bf18c0d) will increase coverage by
0.01%. The diff coverage isn/a.
@@ Coverage Diff @@
## main #2199 +/- ##
============================================
+ Coverage 80.61% 80.63% +0.01%
Complexity 3355 3355
============================================
Files 240 240
Lines 12327 12327
Branches 1634 1634
============================================
+ Hits 9938 9940 +2
+ Misses 1782 1781 -1
+ Partials 607 606 -1
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...n/java/io/sentry/transport/ReusableCountLatch.java | 88.23% <0.00%> (+5.88%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.