Maui Plugin 3.13.7
4 days ago
FixedFixed an issue where Session Replay full snapshots could have incorrect timestamps, causing blank screens in replay for apps built with .NET MAUI.
4 days ago
FixedFixed an issue where Session Replay full snapshots could have incorrect timestamps, causing blank screens in replay for apps built with .NET MAUI.
4 days ago
FixedFixed an issue where a guide activated by a track event could close instead of returning to its first step when the back button was tapped.
FixedFixed an issue where guides using certain numeric values in their commands weren't handled correctly.
FixedFixed an issue that could cause Session Replay data to be sent twice.
FixedFixed a rare crash caused by screen updates running off the main thread.
FixedFixed a rare crash that could occur while tracking which screens were visible.
ImprovedHardened SDK startup so that rare component-loading failures can no longer crash the host app.
ImprovedImproved reliability and memory use when loading guide images.
ImprovedReduced memory usage during Session Replay for smoother performance on busy screens.
SecurityUpdated a bundled third-party component to address a security vulnerability.
5 days ago
FixedFixed an issue where using .pendoTag() on SwiftUI views inside stacked layouts could cause click events to be attributed to the wrong element.
FixedFixed a crash that could occur when ending a session during a view controller transition, caused by a data race on screen analytics state accessed from multiple threads.
ImprovedPage change analytics are now more performant. The SDK uses a centralized scan scheduler that intelligently prioritizes, coalesces, and suppresses redundant layout evaluations, resulting in significantly fewer unnecessary scans during screen transitions.
1 week ago
FixedFixed an issue where masked TextField placeholders were rendered in black regardless of the app's theme, making them invisible in dark-themed apps in Session Replay.
AddedSession Replay now captures third-party visual widgets that have no dedicated extractor — such as SVG images rendered via flutter_svg's SvgPicture — by snapshotting them as images.
AddedSession Replay now supports GIF images, including cases where the first frame is transparent.
1 week ago
FixedSession Replay now correctly handles secondary display windows (such as customer-facing displays) so they no longer obscure the primary device UI in recordings.
FixedFixed an issue where banner guides on devices with landscape as their default orientation would get stuck in a loop and never appear.
FixedThe system back button now correctly registers a guide dismissed event on full-screen guides for apps using predictive back or targeting Android 16+.