- Upon sourcemap uploading the
sentry-cli
tool is now automatically attempting to find matching sourcemaps and emit aSourcemap
header with the correct reference. This helps in situations like react-native where the source reference in the file is malformed or points to a non existing file by default - fixed a bug with the
--rewrite
flag on the upload sourcemaps tool which caused incorrect sources to be inlined. This is now properly supported. --strip-common-prefix
on the upload sourcemaps tool now skips over paths which are not absolute.