Dusan Ristic

Results 7 comments of Dusan Ristic

We experienced the same issue with Reactotron, which was causing a memory leak. This memory leak, in turn, led to the app crashing after some time of use. Is there...

I've been facing the same issue for the past month, and, in the end, I had to give up on having docs. It would mean a lot if this could...

Hey, is there any progress on this? I started experiencing this issue after upgrading RN Firebase from v14 to v18.6.2. It doesn't happen always, but from time to time. I...

@mikehardy shouldn't we also add `resolve([NSNull null])` before return statement on line 190?

Hey @krystofwoldrich, I do have these params on native side as well (apologise for not adding them in the first place). Below is the snippet code for iOS in `AppDelegate.mm`...

Thanks for your help and fast response! I have one more question though. When I add the mentioned lines to iOS init, I get the following error: `Property 'sessionReplay' cannot...

I've checked the Sentry SDK, and the `experimental` parameter is of type `SentryExperimentalOptions`, which contains a public `sessionReplay` variable.