sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

chore(deps): update Native SDK to v0.5.0

Open github-actions[bot] opened this issue 3 years ago • 1 comments

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 the before_send() hook. on_crash() can be considered a replacement for before_send() for crash events, where the goal is to use before_send() only for normal events, while on_crash() is only invoked for crashes. This change is backward compatible for current users of before_send() and allows gradual migration to on_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 environment payload 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:

github-actions[bot] avatar Aug 03 '22 03:08 github-actions[bot]

Codecov Report

Merging #2199 (7b5ef65) into main (bf18c0d) will increase coverage by 0.01%. The diff coverage is n/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.

codecov-commenter avatar Aug 03 '22 04:08 codecov-commenter