Releases: Instabug/Instabug-React-Native
Releases · Instabug/Instabug-React-Native
Release v11.0.2
- Fixes a crash that occurs when logging some failed network requests
Release v11.0.1
- 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
- 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 ofInstabug.addPrivateView
andInstabug.removePrivateView
. - Removes the deprecated APIs. Check the migration guide for more info.
- Removes
Surveys.setThresholdForReshowingSurveyAfterDismiss
. - Removes the string keys:
surveysCustomThanksTitle
andsurveysCustomThanksSubtitle
. - Renames
BugReporting.setAutoScreenRecordingMaxDuration
toBugReporting.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
- 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
- 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
- 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
- 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
- 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
- Bumps Instabug native SDKs to v10.8
- Adds string keys for the discard attachment prompt dialog.
- Fixes Autolinking on iOS.
Release v10.4.0
- 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