-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session Replay shows images or elements that did not exist on the end user's screen #2569
Comments
We'll need a repro to be able to debug this. Could we have the Widget tree at least? There, we might be able to spot what's going on |
For internal reference: https://www.notion.so/sentry/1628b10e4b5d8059a6f4d562b6a1c41a |
we'll need some way to reproduce this (ideally https://stackoverflow.com/help/minimal-reproducible-example or as simple as feasible). And because we don't actually select widgets that are captured but capture the whole "SentryWidget" and whatever is inside, this is quite likely out of our hands and I'd need to raise that on github.com/flutter/flutter which will definitely require a minimal repro. |
|
Platform
Flutter Mobile Android
Obfuscation
Disabled
Debug Info
Disabled
Doctor
Version: Dart 3.4.0 and Dart 3.6.0
Version
7.16.0
Steps to Reproduce
Enable Session Replay.
Within the Session Replay, there are elements within the Replay that are hidden and were not visible to the end user.
Expected Result
Within the Session Replay, elements within the Replay that are hidden and not visible to end users should not be part of the Session Replay.
Actual Result
Within the Session Replay, elements within the Replay that are hidden and not visible to end users are displayed as part of the Session Replay.
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: