-
-
Notifications
You must be signed in to change notification settings - Fork 239
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 doesn't work for inapp webview #2463
Comments
It seems like the widget you're using for webview doesn't render to image (replay is based on screenshots). It looks like you're using One important thing to note with regards to webview - webview content is not masked because we don't have a mechanism that would allow us to recognize the content from Flutter. Therefore, we normally suggest masking the whole webview masked anyway by adding a custom masking rule to Sentry SDK init(): |
Thanks for checking. I also tested Even I changed sentry version to 8.11.0-beta.2, it failed.
If you tested same version with me, there may be possibility of some conflicts between dependencies. Until now, when turned off Amplitude, it cannot recover the functionality. |
I've tried them on this branch a while ago and retried last week when triaging this issue. Maybe you can spot a difference in your setup and what I did on that branch, although it really is very simple. Note: there's also a video player, you can ignore that. |
Platform
Flutter Mobile iOS, Flutter Mobile Android
Obfuscation
Disabled
Debug Info
Disabled
Doctor
Version
8.10.1
Steps to Reproduce
Expected Result
It is supposed that replay screen is same with user's view. For instance, when webview indicates Google, Google's search input should be found in session replay.
Actual Result
Just webview background is shown.
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: