Skip to content

Releases: getsentry/symbolicator

25.7.0

15 Jul 23:27
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(ci): Update from windows 2019 to windows 2022 (#1730) by @hubertdeng123
  • ref(gocd): use console script entry points (#1729) by @mchen-sentry
  • ref(instr): Lower log level of noisy underflow message (#1726) by @Dav1dde
  • feat(logging): Send tracing events at or above INFO to Sentry as logs instead of breadcrumbs (#1719) by @lcian
  • deps: Update minidump to upstream 0.26.0 (#1725) by @loewenheim

25.6.2

30 Jun 22:09
Compare
Choose a tag to compare

Dependencies

25.6.1

20 Jun 22:07
Compare
Choose a tag to compare

Various fixes & improvements

25.6.0

16 Jun 18:30
Compare
Choose a tag to compare

Various fixes & improvements

  • Environment variables can now be used in the config file. (#1715)

Dependencies

25.5.1

21 May 15:44
Compare
Choose a tag to compare

Dependencies

25.5.0

15 May 18:32
Compare
Choose a tag to compare

Various fixes & improvements

  • Added socks proxy support via environment variables by @DmitryRomanov. (#1699)
  • Fixed a potential crash when demangling swift symbols. (#1700)
  • Clients can now send bearer_token instead of providing a private_key and client_email for GCS authorization. (#1697)

Dependencies

25.4.0

15 Apr 21:59
Compare
Choose a tag to compare

Various fixes & improvements

  • Speed up large file downloads, by using multiple concurrent http range requests. (#1670)
  • Validate stack scanned candidate frames against available CFI unwind information.
    This reduces hallucinated frames when relying on stack scanning. (#1651)
  • Logic for setting the in-app property on frames has been removed from JavaScript symbolication. (#1656)
  • Added support for indexes for symbol sources.
    Symbol sources can now indicate that they provide an index for available files with the has_index flag.
    For now, only the Symstore index format is supported, and it is only enabled for Symstore sources. (#1663)

Dependencies

25.3.0

17 Mar 17:05
Compare
Choose a tag to compare

Various fixes & improvements

  • Update symbolic dependency to 12.14.0, which now skips not found frames instead of defaulting to the closest one. (#1640)
  • Mark certain caches as random access to improve cache performance. (#1639)

Dependencies

25.2.0

18 Feb 19:23
Compare
Choose a tag to compare

Various fixes & improvements

fix: rectify symsorter --ignore-errors handling for ZIP archives. (#1621

Dependencies

25.1.0

15 Jan 17:26
Compare
Choose a tag to compare

Dependencies