Skip to content

Release v11.12.0

Compare
Choose a tag to compare
@InstabugCI InstabugCI released this 30 May 13:37
· 186 commits to master since this release

Changed

Deprecated

  • Deprecate instabugUploadEnable gradle property to disable Android sourcemaps auto upload in favor of INSTABUG_SOURCEMAPS_UPLOAD_DISABLE env variable (#983).

Fixed

  • Fix an issue with unhandled JavaScript crashes being reported as native Android crashes (#980).
  • Fix an issue with the Android sourcemaps upload script, causing the build to fail on older versions of Gradle (#970), closes #969.
  • Fix an issue with the Android sourcemaps upload script, causing the build to fail when using product flavors (#975), closes #974.
  • Fix an issue with the network interceptor reverting the user's changes to XMLHttpRequest after disabling network logging (#984), closes #981.