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 #924

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

github-actions[bot]
Copy link
Contributor

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

Bumps modules/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:

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-native/0.5.0 branch from 8ed89cc to 7681a16 Compare August 3, 2022 03:40
@bitsandfoxes bitsandfoxes merged commit cc1562d into main Aug 8, 2022
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-native/0.5.0 branch August 8, 2022 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants