Skip to content

Releases: Instabug/Instabug-Android

v15.0.1

04 Jun 16:35
0422acd
Compare
Choose a tag to compare
  • Improves the configurability of network logging on React Native apps.

v15.0.0

02 Jun 17:34
0422acd
Compare
Choose a tag to compare
  • No breaking changes – Version bumped to 15.0.0 to align with iOS and cross-platform SDK versioning.
  • Fixes an issue with incident-session linking.
  • Fixes an issue causing Compose dialog destinations not to be recorded in repro steps.
  • Optimizes session-ending operations on the main thread to prevent ANRs on low-end devices.
  • Enhances screen recording behavior when the app goes to the background during an active recording session.
  • Fixes a typo in BR’s disclaimer copy in the Spanish locale.
  • Fixes an issue that occurs under certain conditions when using WebViews.
  • Fixes a behavior causing fatal Dart crashes to end the running session on Flutter apps.
  • Various bug fixes and internal enhancements.

v14.3.1

16 May 18:55
0422acd
Compare
Choose a tag to compare
  • Fixing a crash that happens under certain conditions while masking network headers.

v14.3.0

13 Apr 18:36
0422acd
Compare
Choose a tag to compare
  • Adds support to configure Composables as separate screens on the dashboard for Screen Loading in JPC instrumentation.
  • Adds support for capturing Network Stages as Spans for React Native Apps.
  • Enhances screenshot masking accuracy.
  • Upgrades OkHttp library dependency to 4.12.0.
  • Upgrades Android Gradle Plugin (AGP) version to 8.6.
  • Fixes an issue were NDK stack trace was not completely captured if a frame has missing address.
  • Fixes an issue that happens under certain conditions where some ANRs has some missing data due to a serialization issue.
  • Various bug fixes and general improvements.

v14.2.1

20 Feb 08:04
0422acd
Compare
Choose a tag to compare
  • Fixes an issue where previous crashes were incorrectly linked to the new app version instead of the old one when the app was updated with cached crashes.
  • Fixes an issue were stack trace was not completely captured if a frame has missing address.

v14.2.0

23 Jan 08:54
0422acd
Compare
Choose a tag to compare
  • Adds the ability to differentiate between background and foreground ANRs in the onCrashSentCallback
  • Adds the ability to identify NDK crash type in the onCrashSentCallback
  • Adds support to automatically mask sensitive data in network requests.
  • Fixes a UI glitch in BugReporting when the font size is enlarged.
  • Optimizes SDK launch time to reduce overhead.
  • Includes various performance improvements.

v14.1.0

19 Dec 21:27
0422acd
Compare
Choose a tag to compare
  • Adds support to compose navigation 2.8.
  • Fixes an ANR that happens under certain conditions when onTrimMemory() method gets called by the system.
  • Fixes an ANR that happens under certain conditions when reporting non-fatals on Flutter SDK.
  • Fixes an issue where SDK’s top-bar gets covered due to the edge-to-edge display on Android 15.
  • Fixes an issue where fragment spans were not captured in cold app launch for single activity applications.
  • Optimizes threading usage.

v14.0.0

30 Oct 14:52
0422acd
Compare
Choose a tag to compare
  • Adds support for Android's new secure Photo Picker, enhancing privacy and user experience.
  • [Breaking] Bumps the Android minimum API level requirement to 19 to support the new Photo Picker.
  • [Breaking] Bumps the OkHttp Interceptor library to version 4.11.0.
  • Fixes an issue that, under certain conditions, caused screenshot invocation to not work as expected on the React Native SDK.
  • Various performance and stability enhancements.

v13.4.1

17 Sep 13:51
0422acd
Compare
Choose a tag to compare
  • Fixes an ANR that may happen under certain conditions when using APM UI Traces.

v13.4.0

03 Sep 15:57
0422acd
Compare
Choose a tag to compare
  • Adds the ability to Customize Bug Reporting and Chat's text colors, fonts, and background colors.
  • Adds support for private composable views in Jetpack Compose.
  • Adds support for auto masking in composable view in Jetpack Compose.
  • Adds the ability to trace network occurrences from Instabug to any Grafana dashboard.
  • Adds temporary legacy packaging for NDK modules to be working with Android 15 16KB memory-page devices.
  • Adds an API to disable dialogs rendering while capturing screenshots.
  • Adds an API to remove all added private views at once.
  • Fixes a crash while invoking Instabug with screenshot gesture on devices running Android 14+.
  • Fixes an ANR that happens under certain conditions when registering window callbacks by another 3rd-party along with Instabug