diff --git a/CHANGELOG.md b/CHANGELOG.md index 0520092..ea87433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.9] - 2026-08-20 + +### Changed +- [Android] Reduced startup jank and ANRs during session recording. +- Improved logs traceability. + ## [2.3.8] - 2026-08-04 ### Added diff --git a/devrev-sdk-react-native-2.3.9.tgz b/devrev-sdk-react-native-2.3.9.tgz new file mode 100644 index 0000000..3b7faa4 Binary files /dev/null and b/devrev-sdk-react-native-2.3.9.tgz differ diff --git a/sample/package.json b/sample/package.json index afb0a9d..6b93236 100644 --- a/sample/package.json +++ b/sample/package.json @@ -10,7 +10,7 @@ "build:ios": "react-native build-ios --scheme DevRevSDKSample --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\"" }, "dependencies": { - "@devrev/sdk-react-native": "^2.3.8", + "@devrev/sdk-react-native": "^2.3.9", "@notifee/react-native": "^9.1.3", "@react-native-community/cli-platform-ios": "^13.6.9", "@react-native-firebase/app": "^21.0.0",