Results 42 comments of Marty

We have noticed this same issue. Session Replay only works when `autoInitializeNativeSdk` is enabled but when we set it to `false` we see the following log: ``` (NOBRIDGE) DEBUG Sentry...

Looks like the `SentryReplayOption` class is written in swift and there is no bridge to Object-C (which our RN app is currently using). RN just started shipping a [swift template](https://reactnative.dev/blog/2025/01/21/version-0.77)...