Releases: getsentry/symbolic
Releases Β· getsentry/symbolic
12.12.4
Fixes
- symcache: Fixed a bug related to to inlinee resolution during symcache conversion. (#883)
12.12.3
Fixes
- js: Prefer
"debug_id"
for sourcemap debug IDs. (#878).
12.12.2
Fixes
- js: Fixed an error when reading debug IDs from sourcemaps with
both "debugId"
and "debug_id"
keys (#877).
12.12.1
Features:
- feat(js): Sourcemap debug IDs can now be read from the
"debugId"
field in addition to
"debug_id"
(#870).
12.12.0
Various fixes & improvements
12.11.1
Fixes
- symbolic-cfi: Skip invalid FDEs when converting DWARF to Breakpad CFI (#868)
Internal:
- Removed
dmsort
dependency and replaced uses with stable std sorts. (#869)
12.11.0
- Add callback to
symbolic::debuginfo::sourcebundle::SourceBundleWriter
which handles files skipped while writing to the source bundle. (#864)
12.10.1
- Skip invalid sources (#861)
12.10.0
Features
- Support for DWARFv5 embedded source code extension (#849)
- Updated wasmparser dependency to 0.214.0 (#849)
12.9.2
- Downgrade and pin
zip
to fix SourceBundles with >64k files (#846)