Skip to content

Release v11.10.0

Compare
Choose a tag to compare
@InstabugCI InstabugCI released this 20 Apr 09:58
· 195 commits to master since this release

Added

  • Add support for Android automatic source map file upload on Windows; this requires setting the INSTABUG_APP_TOKEN environment variable (#938).

Changed

  • Bump Instabug Android SDK to v11.11.0 (#963). See release notes.
  • Bump Instabug iOS SDK to v11.10.1 (#964). See release notes.
  • Return a Promise from the below APIs (#948):
    • Instabug.getTags
    • Instabug.getUserAttribute
    • Instabug.getAllUserAttributes
    • Replies.hasChats
    • Replies.getUnreadRepliesCount
    • Surveys.getAvailableSurveys
    • Surveys.hasRespondedToSurvey
      You should not pass it a callback but use the returned Promise as follows:
    const tags = await Instabug.getTags();
  • Improve release variant's build time on Android, by using the react-native-generated source map file, instead of generating it within our scripts (#938).
  • Improve debug variant's build time on iOS, by disabling automatic source map file uploads (#942).

Deprecated

  • Deprecate the callback parameter in the aforementioned methods (#948).