-
-
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
Replay Video going blank #2552
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 |
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: