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

Locally export session replay during development #4835

Open
aellett opened this issue Feb 11, 2025 · 1 comment
Open

Locally export session replay during development #4835

aellett opened this issue Feb 11, 2025 · 1 comment

Comments

@aellett
Copy link

aellett commented Feb 11, 2025

Problem Statement

I saw a few other issues (one for SwiftUI and one for UIKit) that asked for an ability to see masking in real time (through preview or something). I'd also be interested in the ability to save replays locally during development.

First, I think this would be easier to share a replay with a product manager, another dev, or maybe attach to a ticket if I had a file generated that contained the replay.

Second, I would love to be able to write some snapshot tests to verify that my screens are all getting masked correctly, and I think that this capability might make that (more) possible to implement.

Solution Brainstorm

This might have some crossover with #4834. I imagine that if you had a beforeXXXSessionReplay that you could probably save the replay yourself in the way that you wanted to, but I thought that it would be a nice convenience to just have to provide a path (or use a sensible default) before you saw a file show up in your artifacts.

Are you willing to submit a PR?

No response

@aellett
Copy link
Author

aellett commented Feb 11, 2025

Here's the link for UIKit: #4750

Here's the link for SwiftUI (which I think is already done?): #4633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Discussion
Development

No branches or pull requests

2 participants