LucasZF

Results 128 comments of LucasZF

We should follow a similar solution to the one implemented on React Native: https://github.com/getsentry/sentry-react-native/pull/3099

Odd that I am facing the same issue, but I noticed that only on MacOS it's triggering the error, on windows for the same project (and network) it's working just...

Close as completed

Implementing this solution [https://github.com/getsentry/sentry-capacitor/pull/480](https://github.com/getsentry/sentry-capacitor/pull/480) will fix this issue

We should also update the docs to show how to use it .

> Is this ready to merge? I can't merge it but yes, it is :D

Soon, but even so, replay isn't currently working with Capacitor (with the updated SDK), I opened a different issue to see what's going on with Replay https://github.com/getsentry/sentry-capacitor/issues/279

I was unable to reproduce any crashes with this setup. Could you confirm whether the issue persists in your project using `react-native-reanimated` version `3.3.0` and the `latest` version of `Sentry...

@krystofwoldrich I added a break-change because it generated a new issue group compared to not using this change. Q: Should we keep the debugsymbolicator code for threads? https://github.com/getsentry/sentry-react-native/blob/f63f870a9e9fda8b478a1eb47f33b5a365530717/src/js/integrations/debugsymbolicator.ts#L60-L64

> @lucas-zimerman Thank you, can you confirm #2131 still works after moving the stack back to `expcetion`, as that was the reason to move it to `threads`? will check and...