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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.12

### Added
- Added an SDK version filter for session replay, allowing replay to be enabled or disabled for specific SDK versions from the dashboard. Crash and ANR capture continue to work while replay is suppressed; note that the session-started listener callback does not fire in that state.

### Fixed
- Hardened the PLuG support widget against being launched by other apps.
- Fixed a main-thread deadlock when resolving external masks with Flutter.
- Fixed a crash in the screenshot capturer caused by a recycled bitmap on cancel.
- Fixed a stale identity issue across organizations on cold start.
- Fixed an ANR caused by a slow crash handler.
- Fixed an issue with mask coordinate clipping.

## 2.3.11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sample/dependencies.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sdk_version = "2.3.11"
val sdk_version = "2.3.12"

extra["versions"] = mapOf(
"androidx.core" to "androidx.core:core-ktx:1.9.0",
Expand Down
Loading