Releases: devrev/devrev-sdk-react-native
Releases · devrev/devrev-sdk-react-native
Version 2.2.3
Added
- Added a capture error API to allow apps to report runtime errors through the SDK (Android).
Changed
- Refined rage tap detection logic to avoid misclassifying double taps as rage taps (Android).
- Optimized session recording and network request handling to reduce overhead during active sessions (Android).
Fixed
- Fixed timer response rounding to return accurate duration values.
- Fixed incorrect engagement time calculation in crash scenarios.
- Fixed ANRs occurring during SDK initialization on Android.
Version 2.2.1
Added
- Added the ability to pause and resume user interaction event tracking, offering more security on the confidential screens.
Changed
- Simplified identification flow by deprecating redundant anonymous API usage.
Fixed
- Resolved potential out of memory crashes.
- Corrected incorrect or missing device model names on certain iPhone versions.
- Fixed visual distortion issues when zooming inside web view.
- Fixed issues in the logout process to ensure complete session termination and improved reliability.
Version 2.1.0
Added
- Added support for React Native new architecture.
- iOS only: Introduced crash reporting integrated with session recordings.
Changed
- Bumped the react native version of the SDK to 0.79.0.
- Bumped the iOS minimum deployment target to 15.1.
- iOS only: Improved the support widget navigaion.
Fixed
- Fixed an issue with timer tracking to ensure correct session properties are recorded.
Version 2.0.0
Changed
- Improved the communication with the DevRev backend.
- Improved the encryption techniques used throughout the SDK.
Removed
- The
getSessionURLfunction has been removed.
Version 1.0.0-beta.7
Release version 1.0.0-beta.7
Version 1.1.7
Fixed
- Android only: Fixed an issue where the Android bridge would throw a compiler error.