This repository was archived by the owner on Oct 9, 2025. It is now read-only.
  
  
  
  
Releases: Instabug/Instabug-Android
Releases · Instabug/Instabug-Android
v17.0.0-beta01
- The release includes an OkHttp Interceptor for OkHttp-based requests and a URLConnection Interceptor for Java URL connections.
 - The new interceptors link network logs to Bug Reporting, Crash Reporting, and Session Replay. APM integration will be added in an upcoming release.
 - Third-party requests are now being captured.
 - Heads-up: Legacy network interception APIs are now deprecated. We recommend migrating to the new interceptors.
 - About the Beta: Designed for early adopters who want to test the new network interception system.
 - Feature flags for this beta are enabled by default.
 
v16.0.2
v16.0.1
- Adds support for android 16
 
v16.0.0
- [Breaking Change] Removes deprecated APIs.
 - Adds support for detecting dialogs in our automatic Composable tracking approach.
 - Adds a human-readable description to data sent with ANR reports for improved debugging.
 - Adds an API to control the screen-capturing delay for better customization.
 - Adds dynamic width support for the video recording hint bubble to accommodate longer localized text.
 - Migrated termination snapshot serialization from Java to JSON for improved reliability.
 - Fixes a UI glitch in the bug reporting screen making it scrollable to support long forms and accessibility needs.
 - Optimizes console log retrieval for fatal crashes to avoid potential ANRs on low-end devices.
 - Optimizes Activity.onDestroy() logic to reduce chances of ANRs on low-end devices.
 - Fixes a crash when using incompatible APM and Compose APM versions.
 - Various performance and security improvements.
 
v15.0.2
- Adds support for user steps and private views in Flutter apps.
 
v15.0.1
- Improves the configurability of network logging on React Native apps.
 
v15.0.0
- 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
- Fixing a crash that happens under certain conditions while masking network headers.
 
v14.3.0
- 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
- 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.