Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.8] - 2026-08-04

### Added
- Added an SDK version filter for session replay, allowing replay to be enabled or disabled for specific SDK versions from the dashboard.

### Fixed
- [Android] Fixed masks on the base page being dropped while a dialog or modal bottom sheet was open.
- [Android] Fixed a main-thread deadlock when resolving external masks with Flutter.
- [Android] Fixed a crash in the screenshot capturer caused by a recycled bitmap on cancel.
- [Android] Fixed an issue with mask coordinate clipping.
- [iOS] Fixed a race condition that could affect network event counts during concurrent requests.

## [2.3.7] - 2026-07-02

### Added
Expand Down
Binary file added devrev-sdk-react-native-2.3.8.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7",
"@devrev/sdk-react-native": "^2.3.8",
"@notifee/react-native": "^9.1.3",
"@react-native-community/cli-platform-ios": "^13.6.9",
"@react-native-firebase/app": "^21.0.0",
Expand Down
Loading