Skip to content

Release v11.14.0

Compare
Choose a tag to compare
@InstabugCI InstabugCI released this 17 Sep 09:35
· 310 commits to master since this release

Added

  • Add support for automatic capturing of unhandled Promise rejection crashes (#1014).
  • Add new strings (StringKey.discardAlertStay and StringKey.discardAlertDiscard) for overriding the discard alert buttons for consistency between iOS and Android (#1001).
  • Add a new string (StringKey.reproStepsListItemNumberingTitle) for overriding the repro steps list item (screen) title for consistency between iOS and Android (#1002).
  • Add support for RN version 0.73 by updating the build.gradle file with the namespace (#1004)
  • Add native-side init API which can be used to catch and report startup crashes on android. (#1012)
  • Add the new repro steps configuration API Instabug.setReproStepsConfig (#1024).

Changed

Deprecated

  • Deprecate the old StringKey.discardAlertCancel and StringKey.discardAlertAction string keys for overriding the discard alert buttons as they had incosistent behavior between iOS and Android (#1001).
  • Deprecate the old StringKey.reproStepsListItemNumberingTitle string key for overriding the repro steps list item (screen) title as it had incosistent behavior between iOS and Android (#1002).
  • Deprecate Instabug.setReproStepsMode in favor of the new Instabug.setReproStepsConfig (#1024).
  • Deprecate the old StringKey.invalidCommentMessage and StringKey.invalidCommentTitle in favor of StringKey.insufficientContentMessage and StringKey.insufficientContentTitle (#1026).