Skip to content

0.5.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 02 Aug 14:40

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: