Skip to content

Releases: devrev/devrev-sdk-react-native

Version 2.2.3

19 Dec 07:01
7513b51

Choose a tag to compare

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

26 Nov 04:18
7513b51

Choose a tag to compare

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

27 Jun 11:21
fe73dd9

Choose a tag to compare

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

17 Jun 10:46
cf83e92

Choose a tag to compare

Changed

  • Improved the communication with the DevRev backend.
  • Improved the encryption techniques used throughout the SDK.

Removed

  • The getSessionURL function has been removed.

Version 1.0.0-beta.7

09 Jun 12:10
7aa5842

Choose a tag to compare

Release version 1.0.0-beta.7

Version 1.1.7

04 Jun 09:25
18da51e

Choose a tag to compare

Fixed

  • Android only: Fixed an issue where the Android bridge would throw a compiler error.