You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon sourcemap uploading the sentry-cli tool is now automatically attempting to find matching sourcemaps and emit a Sourcemap 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.