Skip to content

sentry-cli 0.21.0

Choose a tag to compare

@getsentry-bot getsentry-bot released this 05 Jan 01:52
· 2831 commits to master since this release
  • 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.