getsentry / getsentry/sentry-dart
Replay Support for Flutter Web
Open
Explore > Replays
Feature
Flutter
flutter-web
Replays
- Dominant language
- Dart
- Stars
- 873
- Forks
- 299
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 30
Description
## Please upvote this issue if you are interested in this feature
Since we have replay support for iOS and Android we can think about doing it for Flutter Web as well
On first glance we'd need to use a similar mechanism to iOS/Android which is using screenshots and mask widgets on top or we can experiment with having a custom PaintingContext.
Notes:
* Flutter web is canvas based
* Theoretically we could use the native replay impl from the Javascript SDK which can also record canvases but that does not have masking
Contributor guide
Assessment
This issue has not been assessed yet.