Releases: getsentry/rust-sourcemap
Releases · getsentry/rust-sourcemap
6.0.1
6.0.0
Breaking Changes:
- The
SourceMapRef::Missing
variant was removed in favor of explicitOption
s. - The
locate_sourcemap_reference_slice
andlocate_sourcemap_reference
functions now return aOption
. SourceMapRef::get_url
does not return anOption
anymore.
Features:
- Added missing
Clone
andDebug
impls to a lot of types. - A lot of new convenience API, including a
DecodedMap::get_original_function_name
method that works across all supported SourceMap types.