Skip to content
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

Blank screen when viewing session replay recordings #143

Closed
danielogunsdev opened this issue Dec 30, 2024 · 1 comment
Closed

Blank screen when viewing session replay recordings #143

danielogunsdev opened this issue Dec 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@danielogunsdev
Copy link

Version

4.9.0

Steps to Reproduce

  1. Run the Flutter app and initialize Posthog using the code below in the main file.
  2. Navigate through the application.
  3. Check the session replay recording on Posthog.

Code
final config = PostHogConfig(env.postHogApiKey);
config.debug = env.flavor != BuildFlavor.prod;
config.captureApplicationLifecycleEvents = false;
config.host = env.postHogApiHost;
config.sessionReplay = true;
config.sessionReplayConfig.maskAllTexts = false;
config.sessionReplayConfig.maskAllImages = false;
config.sessionReplayConfig.throttleDelay = const Duration(milliseconds: 1000);
config.flushAt = 1;
await Posthog().setup(config);

Expected Result

I expect to see the session replay (screenshots) on the Posthog session replay recording page without encountering a blank screen.

Actual Result

The session replay recording page only displays a blank screen.

Screenshot 2024-12-30 at 10 54 16 AM
@danielogunsdev danielogunsdev added the bug Something isn't working label Dec 30, 2024
@marandaneto
Copy link
Member

dupe of #138

@marandaneto marandaneto closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants