Skip to content

Releases: Instabug/Instabug-React-Native

Release v11.0.2

20 Jul 16:39
7a0a6f5
Compare
Choose a tag to compare
  • Fixes a crash that occurs when logging some failed network requests

Release v11.0.1

13 Jun 17:15
cacec43
Compare
Choose a tag to compare
  • Fixes an issue with network responses of type JSON not getting logged
  • Fixes an issue that may cause the android build to fail
  • Fixes an issue with iOS autolinking that causes the user local path to be referenced in xcode

Release v11.0.0

07 Jun 18:04
62453f8
Compare
Choose a tag to compare
  • Bumps Instabug Android SDK to 11.2.0.
  • Bumps Instabug iOS SDK to 11.0.2.
  • Adds the ability to initialize the Android SDK from JavaScript. Check the migration guide for more info.
  • Adds the ability to opt out of iOS source maps auto upload through the INSTABUG_SOURCEMAPS_UPLOAD_DISABLE env variable.
  • Adds dynamic entry file support through the INSTABUG_ENTRY_FILE env variable.
  • Adds the string keys for Repro Steps.
  • Deprecates Instabug.setPrivateView in favour of Instabug.addPrivateView and Instabug.removePrivateView.
  • Removes the deprecated APIs. Check the migration guide for more info.
  • Removes Surveys.setThresholdForReshowingSurveyAfterDismiss.
  • Removes the string keys: surveysCustomThanksTitle and surveysCustomThanksSubtitle.
  • Renames BugReporting.setAutoScreenRecordingMaxDuration to BugReporting.setAutoScreenRecordingDurationIOS to target iOS only.
  • Fixes an issue with the setRequestFilterExpression not working with Hermes.
  • Fixes an issue with the swipe invocation event not working on Android.

Release v10.13.0

17 Mar 12:44
a30a507
Compare
Choose a tag to compare
  • Adds Instabug Experiments APIs
  • Adds defensive type checking in Instabug logging APIs
  • Bumps Instabug iOS SDK to v10.11.9
  • Bumps Instabug Android SDK to v10.13.0
  • Adapts the strict requirement of newer Expo versions to use the React header with the iOS import statements
  • Fixes an issue with GraphQL requests not being grouped correctly
  • Excludes unnecessary files from the published npm package

Release v10.11.0

23 Dec 13:36
dd6075a
Compare
Choose a tag to compare
  • Adds GraphQL support for APM network traces with proper grouping
  • Adds APM.endAppLaunch API
  • Bumps Instabug native SDKs to v10.11
  • Fixes an issue with iOS sourcemap upload that causes the build to fail

Release v10.9.1

13 Oct 18:51
353f07c
Compare
Choose a tag to compare
  • Bumps Instabug Android SDK to v10.9.1
  • Bumps Instabug iOS SDK to v10.9.3
  • Fixes an issue with network requests not getting logged in v10.9.0 on iOS

Release v10.9.0

30 Sep 21:10
67fd9d6
Compare
Choose a tag to compare
  • Bumps Instabug native SDKs to v10.9
  • Fixes an issue with network header value formatting
  • Replaces the defaults tool with PlistBuddy for reading plist files
  • Enhances API documentation for TypeScript

Release v10.8.1

26 Aug 11:53
acd1a6c
Compare
Choose a tag to compare
  • Fixes a crash that occurs with network requests on slow network connectivity in v10.8
  • Fixes an issue with parseErrorStack whose signature was changed on RN 0.64

Release v10.8.0

04 Aug 17:53
d39165f
Compare
Choose a tag to compare
  • Bumps Instabug native SDKs to v10.8
  • Adds string keys for the discard attachment prompt dialog.
  • Fixes Autolinking on iOS.

Release v10.4.0

11 May 00:39
a271d14
Compare
Choose a tag to compare
  • Migrates iOS to use XCFramework
  • Bumps Instabug native SDKs to v10.4
  • Fixes crashes related to the network request data not being parsed correctly
  • Fixes issues related to the automatic sourcemap file upload on Android
  • Adds missing TypeScript definitions
  • Deprecates Instabug.setVideoRecordingFloatingButtonPosition in favor of BugReporting.setVideoRecordingFloatingButtonPosition
  • Includes native fix which removes the usage of android:requestLegacyExternalStorage permission
  • Various other bug fixes and improvements