Skip to content

Releases: getsentry/symbolicator

0.3.3

11 Feb 11:26
Compare
Choose a tag to compare

Features

  • Add NotFound status for sources which didn't provide any DIF object candidates. (#327)
  • Symbolication responses include download, debug and unwind information about all DIF object files which were looked up on the available object sources. (#309 #316 #324 #344)

Bug Fixes

  • Silently ignore unknown fields in minidump and apple crash report requests instead of responding with 400 Bad Request. (#321)
  • Update breakpad to allow processing MIPS minidumps and support reading MIPS debug sections. (#325)
  • Improve amd64 stack scanning by excluding some false-positive frames. (#325)
  • Resolve correct line information for large inline functions.

Internal

  • Changed the internal HTTP transport layer. There is no expected difference in the way Symbolicator downloads files from symbol servers, although some internal timeouts and error messages may change. (#335)
  • Report more descriptive errors if symbolication fails with internal errors, timeouts or crashes. (#365)
  • Remove an unused threadpool. (#370, #378)

0.3.2

15 Dec 15:04
Compare
Choose a tag to compare

Bug Fixes

  • Ensure deserialisation works for objects passed through procspawn. This prevents hangs when symbolicating certain payloads. (#314)

Tools

  • wasm-split now retains all sections. (#311)

0.3.1

27 Nov 14:24
Compare
Choose a tag to compare

Features

  • Add support for DWARF in WASM. (#301)
  • Support symbolication of native Dart stack traces by prioritizing DWARF function names over symbol table entries.

Tools

  • Add wasm-split, which splits WASM files into code and debug information. (#303)

0.3.0

17 Nov 17:52
Compare
Choose a tag to compare

Features

  • Publish Docker containers to DockerHub at getsentry/symbolicator. (#271)
  • Add processing_pool_size configuration option that allows to set the size of the processing pool. (#273)
  • Use a dedicated tmp sub-directory in the cache directory to write temporary files into. (#265)
  • Use STATSD_SERVER environment variable to set metrics.statsd configuration option (#182)
  • Added WASM support. (#301)

Bug Fixes

  • Fix a bug where Sentry requests were cached even though caches were disabled. (#260)
  • Fix CFI cache status in cases where the PDB file was found but not the PE file. (#279)
  • Instead of marking unused unwind info as missing, report it as unused. (#293)

0.2.0

28 Aug 14:16
Compare
Choose a tag to compare
  • This changelog is entirely incomplete, future releases will try to
    improve this.

0.1.0

05 Jul 18:49
Compare
Choose a tag to compare
  • Initial version of symbolicator