-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat(wip): support to session replay #116
feat(wip): support to session replay #116
Conversation
Amazing @thisames will take a look. |
…o feat/support-session-replay
Everything is going well. In theory, the replay already works. However, I still need to thoroughly analyze the code and adjust other details. I also need to organize the folder structure and check if there is any code smell. Additionally, here are the main tasks that are currently a priority: 2024-10-01.03-20-57.mp4 |
…pshotEvent and RRFullSnapshotEvent
I think you can merge this #117. Then I'll pull it and resolve the conflicts. But there's nothing that will impact my PR that much. I just need to adapt the initialization settings that I added to the style that you implemented. posthog-flutter/lib/src/posthog.dart Lines 25 to 38 in 1970021
from what I understand, my init is equivalent to your setup. Future<void> setup(PostHogConfig config) => _posthog.setup(config); |
hello @thisames Hope you are doing well I see you guys are working on the session recording is this feature will be available for Flutter web as well? |
I think that @marandaneto may say better about that |
eeb0279
into
PostHog:chore/session_replay
💡 Motivation and Context
#69
💚 How did you test it?
📝 Checklist