sentry-dart icon indicating copy to clipboard operation
sentry-dart copied to clipboard

Replay: desktop support (Windows/Linux/macOS)

Open vaind opened this issue 10 months ago • 1 comments

Description

Currently the Flutter replay support depends on native support provided by the cocoa SDK (iOS) and java SDK (android). We could, fairly easily, add macOS support with the cocoa SDK. Doing the Windows & Linux would require adding support for native replay capture to a native SDK (sentry-native). There is no ongoing development in this area but this issue should serve to track future progress and also to gauge interest in this functionality.

vaind avatar Feb 01 '25 21:02 vaind

We should likely first implement correct multi-window/view handling on Mobile

kahest avatar Mar 12 '25 15:03 kahest