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

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

Merged
merged 1 commit into from Aug 18, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 3, 2022

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 github-actions bot added the dependencies Pull requests that update a dependency file label Aug 3, 2022
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.5.0 branch from 21b6e3e to 3cac318 Compare August 3, 2022 03:42
@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2022

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%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.5.0 branch 9 times, most recently from 3d2e0b3 to ea406c2 Compare August 10, 2022 03:19
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.5.0 branch from ea406c2 to 7b5ef65 Compare August 16, 2022 07:09
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.5.0 branch from 7b5ef65 to 3c231f4 Compare August 17, 2022 13:19
@adinauer adinauer merged commit 0cd2d3a into main Aug 18, 2022
@adinauer adinauer deleted the deps/sentry-android-ndk/sentry-native/0.5.0 branch August 18, 2022 04:37
vaind pushed a commit that referenced this pull request Sep 7, 2022
Co-authored-by: GitHub <noreply@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants