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

Wireframe Session Recording appears mangled #231

Closed
jadar opened this issue Nov 5, 2024 · 6 comments · Fixed by #250
Closed

Wireframe Session Recording appears mangled #231

jadar opened this issue Nov 5, 2024 · 6 comments · Fixed by #250
Assignees
Labels
bug Something isn't working Session Replay

Comments

@jadar
Copy link

jadar commented Nov 5, 2024

Version

3.13.3

Steps to Reproduce

  1. Added PostHog to my project
  2. Enabled session recording with the default method (wireframe) and disabled masking Images.
  3. Started app and Recorded some sessions
  4. Went to PostHog to view them and they're mangled.

The app is a UIKit-based app, so there shouldn't be any issues with wireframe. Maybe one of my libraries is causing the issue if it does something weird to the view hierarchy?

Expected Result

A nice wireframe layout of my app's UI

Actual Result

Screenshot 2024-11-05 at 9 48 22 AM
@jadar jadar added the bug Something isn't working label Nov 5, 2024
@ioannisj
Copy link
Contributor

ioannisj commented Nov 5, 2024

Hey @jadar, just to confirm, you are using storyboards with auto layout constraints for the UI, correct?

@jadar
Copy link
Author

jadar commented Nov 5, 2024

@ioannisj Yes! UIStoryboard with autolayout.

@ioannisj
Copy link
Contributor

ioannisj commented Nov 5, 2024

Okay, thanks! Please give me some time to try to replicate and I'll report back with any findings

@marandaneto
Copy link
Member

@jadar a workaround for now would be to use the screenshot mode which does not have such issues.

@jadar
Copy link
Author

jadar commented Nov 13, 2024

@marandaneto Yep, that's what we're doing. :) We do that already on our SwiftUI apps too.

@ioannisj
Copy link
Contributor

Hey @jadar, just created this PR with the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Session Replay
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants