Skip to content

0.5.0

Choose a tag to compare

@getsentry-bot getsentry-bot released this 27 Apr 13:43

Features

  • Support for external_debug_info section in wasm-split for external dwarf files. (#619)
  • Added windows binaries for wasm-split and symsorter to releases (#624)
  • Also populate the shared cache from existing items in the local cache, not only new ones. (#648)
  • Switch minidump processing entirely to rust-minidump, this is currently faster, more reliable and produces at least similar quality stacktraces. Breakpad has been removed as a dependency. (#723 #731 #732)

Fixes

  • Avoid errors from symbol source in bcsymbolmap lookups from cancelling the entire symcache lookup. (#643)
  • Use wildcard matcher for symstore proxy. (#671)
  • Detect unwind and debug information in ELF files that contain sections with offset 0. They were previously skipped in some cases. (#688)
  • Support processing unwind information in ELF files linked with gold. (#688)
  • Automatically refresh expired AWS ECS container credentials. (#754)
  • Don't emit ANSI escape sequences with auto=false and simplified logging formats. (#755)
  • Make sure "source" candidates are being recorded (ISSUE-1365). (#765)