I have been looking into integrating Sentry in my iOS project. I have successfully installed the Pod (latests version of Sentry) and prepared everything in AppDelegate.
I have tried my first crash where I submitted some form with nil value and got crash.
I can see the crash in Sentry but I can’t really understand it.
I have used the way to uplaod symbols using sentry-cli, where I inserted the script in Xcode and meanwhile it is building the project, I get the success message that the dYSM was uploaded.