Skip to content

0.3.4

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 11 Jun 10:20
· 907 commits to master since this release

Features

  • Add support for BCSymbolMap auxiliary files which when present on the symbol server will automatically resolve obfuscated symbol names (#403)
  • S3 sources: add support for using AWS container credentials provided by IAM task roles. (#417)
  • Implement new Symbolication Quality Metrics. (#426)
  • Convert stackwalking/cfi loading into a fixpoint iteration. (#450)

Bug Fixes

  • Update the mtime of a cache when it is 1h out of date. (#390)
  • Bump symbolic to fix large public records. (#385, #387)
  • Bump symbolic to support debug_addr indexes in DWARF functions. (#389)
  • Fix retry of DIF downloads from sentry (#397)
  • Remove expired cache entries in auxdifs and diagnostics (#444)
  • Bump symbolic to update other DWARF and WASM handling dependencies, and improve support for compact unwind information, including stackless functions in MachO, with special handling for _sigtramp. (#457)

Tools

  • wasm-split can remove names with --strip-names. (#412)
  • Linux x64 builds of symsorter and wasm-split can be downloaded from GitHub releases now. (#422)