[Expo] Unable to see full native stack trace
I am working on my expo project and I am using crashlytics and it works fine. But whenever there is a native crash , on the firebase console , i can not see full stack trace with necessary information about the crash. (I only see some numbers).
After checking the documentation, I realised that I have to enable symbol uploads and ndk in my android gradle file and also do something related to mapping in Proguard/R8 as i am using it by using "expo-build-properties".
But after doing every single thing in my expo workflow, I was unable to do it.
Does someone have the solution for it. Please help, I am a newbie dev 🙏
Hi there, give this a read i believe it should help https://docs.expo.dev/workflow/logging/ Expo can be a bit odd with native stuff but there are ways around this.
Hi there, give this a read i believe it should help https://docs.expo.dev/workflow/logging/ Expo can be a bit odd with native stuff but there are ways around this.
I think you have misread my question.
Hi there did you mean to close this issue?