-
Notifications
You must be signed in to change notification settings - Fork 43
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
chore: session replay #115
Conversation
completion(beers) | ||
} | ||
URLSession.shared.dataTask(with: url) { _, _, _ in | ||
// let beers = try! JSONDecoder().decode([PostHogBeerInfo].self, from: data!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the beer api changed, will fix in another pr, not using for this PR anyway since this example has swiftui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 🚀
Honestly, I am not familiar with Swift. Is the solution to take a full snapshot every 0.5 seconds to achieve the effect of session replay? |
💡 Motivation and Context
iOS session recording - very first alpha version, probably rough edges.
💚 How did you test it?
📝 Checklist