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

Session replay plugin - new RN architecture perf. improvement #345

Open
marandaneto opened this issue Jan 20, 2025 · 0 comments
Open

Session replay plugin - new RN architecture perf. improvement #345

marandaneto opened this issue Jan 20, 2025 · 0 comments

Comments

@marandaneto
Copy link
Member

Description

https://reactnative.dev/blog/2024/10/23/release-0.76-new-architecture

The plugin works with the old and new architecture, we have samples for both build types.
The Session replay plugin works in a hybrid mode, so it does not benefit from the new architecture's performance improvements.
For that, we'd need to implement the new architecture project structure and fix a few things in the build files. This would also mean dropping older version support for React Native, so it likely requires a new major version.

The RN SDK tries to load the Session plugin dynamically, I'm not 100% sure if this is possible with the new architecture since its everything resolved at build time with code generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant