This repository was archived by the owner on Oct 9, 2025. It is now read-only.
  
  
  
  
v16.0.0
          ·
          
            1 commit
          
          to master
          since this release
        
        
        
- [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.