Releases: Instabug/Instabug-Android
Releases · Instabug/Instabug-Android
v13.2.0
- Adds Bug Reporting user consent offerings to support actionable consents.
- Adds the ability to control sending screenshots with each crash type.
- Adds a new three-finger swipe invocation event for Bug reporting.
- Adds metadata to identify screenshots that are not captured due to device issues.
- Adds the ability to trace network requests from Instabug to New Relic.
- Adds functionality to support screen loading for Instabug Flutter SDK.
- Fixes an issue where some debug logs was kept printing in the log-cat when some of the SDK products are not loaded.
- Fixes an issue that occurs under certain conditions where ANRs sometimes not captured.
- Fixes a crash that occurs when removing foreground service permission.
- Fixes a crash that occurs when removing onboarding message activity manually from the manifest file.
v13.1.2
- Updates SDK to support Firebase's HTTP v1 protocol for push notifications.
v13.1.1
- Fixes an issue that caused NDK crashes not reported correctly.
- Fixes an issue that happens in special setup which caused ANR reporter not functioning correctly.
v13.1.0
- Adds support for boolean and multivariate feature flags with variants.
- Adds response code to NetworkLogListener.
- Adds support to sync crashes immediately after collection.
- Adds support to highlight delayed bug reports due to client connectivity issues.
- Increases the Identify User API ID Limit to 36 characters.
- Fixes an issue that may cause push notifications not working under certain conditions.
- Fixes an issue that may cause private views not to be masked correctly under certain conditions.
- Fixes an issue that causes uploading mapping files when using Dexguard not to be working correctly.
- Deprecates Experiments.
v13.0.3
- Fixes a crash that occurs on Android APIs 22 & 23 with KeyboardEventListener.getRootView(). This is suspected to be related to Google Auth SDK.
v13.0.1
- Adds different store limits for Fatal and Non-Fatal Crashes.
- Fixes a crash that occurred under certain conditions when persisting crash object.
v13.0.0
- Adds support to capture user interactions in Jet Pack Compose (JPC) screen.
- Adds a new API to disable user identification in Feature Requests.
- Adds support to Jet Pack Compose (JPC) navigation version 2.7.1 and up.
- Adds support to App flows.
- Adds ability to sync persistent crashes that happen in app initialization.
- Fixes an issue where bug reporting extra screenshot fab button is cropped.
- Fixes an issue where bug text attachments are sent with extra letters at the end.
- Fixes an ANR that occurred under certain conditions when keyboard is opening or closing.
- Fixes a crash that occurred when removing FOREGROUND_SERVICE_MEDIA_PROJECTION permission from the Manifest file.
- Various performance and stability enhancements.
v12.9.0
- Add support for Experiments in Bug Reporting.
- Fixes an issue that caused video streams to have a delay when using Exoplayer with InstabugOkhttpInterceptor.
- Fixes an ANR that occurred on some low-end devices.
- Fixes a threading violation error.
- Fixes a crash that occurred under specific conditions when android.permission.DETECT_SCREEN_CAPTURE is missing.
- Adds safeguards to protect against potential NullPointerExceptions under specific conditions