Releases: getsentry/symbolicator
Releases · getsentry/symbolicator
25.7.0
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
25.6.1
Various fixes & improvements
- fix(metrics): Validate statsd port (#1718) by @loewenheim
- ci: push nightly to ghcr (#1717) by @aldy505
25.6.0
25.5.1
25.5.0
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 aprivate_key
andclient_email
for GCS authorization. (#1697)
Dependencies
25.4.0
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 thehas_index
flag.
For now, only the Symstore index format is supported, and it is only enabled for Symstore sources. (#1663)