Chirag Redij

Results 8 comments of Chirag Redij

Hello @buenaflor , I have sent you the mail with details a few days ago, sorry I forgot to update here. I will send a follow back mail on the...

Yes, for IOS release builds all crashes fall under same umbrella C++ exception

So by two methods, one is throwing an error manually on an event (like onClick) and handling it in a try-catch block and registering it on sentry, the next is...

Yes. I know it is not fully supported on Compose Multiplatform yet, so I tried the same Errors in viewmodel and other kotlin specific class, still same issue.

Hello @buenaflor, the stack trace for unhandled exceptions on IOS still does not have proper information Where as this works correctly for handled exceptions Note: All tests were done on...

Hi @buenaflor , yes I initialise Sentry on IOS natively with this setup. `SentrySDK.start { options in let versionName = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "0.0.0" let versionCode = Bundle.main.infoDictionary?["CFBundleVersion"] as?...

Hello @buenaflor , I am facing some trouble with the steps mentioned in the docs. In the actual function from IOS side I am not able to see any IOS...

Hi @buenaflor , thank you. All seems to be working now 🥳