-
-
Notifications
You must be signed in to change notification settings - Fork 256
Replay Video going blank #2552
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
Comments
Have you tried checking debug logs if there's something pointing what could be wrong? https://docs.sentry.io/platforms/flutter/configuration/options/#debug |
I have attached detailed logs here https://gist.github.com/techieasif/1374ac4cb345d1ab63db31862535461b @vaind , please have a look: If needed, we can connect to debug this, we are using sentry for error tracking, we are trying to get replay working for us. |
Thanks for the logs. To me, it looks like the |
Thanks for pointing out the docs @vaind , We are now able to get screenshots and replays every time. but the Video blank issue is still there, I have tested on both Android and IOS. On both platforms replays are going blank. BTW Screenshot has actual image. Are there any permissions needed? to make it work? Few more logs might help you:
|
Nothing in this log fragment triggers any bells what could be the issue. Could you share the whole log & maybe the replay link? Also, you could try disabling masking to see if that could be the cause of the problems. Unless you've specified any custom rules, disabling these two defaults would do the trick: options.experimental.privacy.maskAllText = false;
options.experimental.privacy.maskAllImages = false; |
Could you please share your official email, I'll send you the logs and replay on that from my org email. We can continue there on this. |
Hello. I've had a look at the logs and it looks like the replay is sent successfully to the server, with multiple video segments of non-zero size. |
Hi @vaind, it does appear to be an issue with our self-hosted version. I tested a new Sentry-hosted project, and it worked correctly. We’re in the process of upgrading our server hosting and will verify again afterward. Thanks for the help 😃 |
Thanks for the followup, I'm closing this issue then because it doesn't look like an issue with the sentry-dart SDK. |
Platform
Flutter Mobile Android, Flutter Mobile iOS
Obfuscation
Disabled
Debug Info
Enabled
Doctor
Checking out session replay on our application on flutter_sentry 8.12 sdk version:
configuration:
///Sentry replay experimental
options.experimental.replay.sessionSampleRate = 1.0;
options.experimental.replay.onErrorSampleRate = 1.0;
options.attachScreenshot = true;
options.attachViewHierarchy = true;
options.enableTimeToFullDisplayTracing = true;
options.experimental.privacy.maskAllImages = false;
options.experimental.privacy.maskAllText = false;
options.experimental.privacy.maskAssetImages = false;
Session was recorded, but the video uploaded was blank, on both devices android and ios.

Version
8.12.0
Steps to Reproduce
Run app with shared configuration v8.12
Expected Result
Video should have captured screens and activity.
Actual Result
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: