Hello team, can anybody help me with setting up se...
# multiplatform
c
Hello team, can anybody help me with setting up sentry for KMP, while in debug build on IOS the issue didnot proper stacktrace where in Android I get proper trace. Also the exception should be same but two different entries are built. I am I missing some config
f
You won’t get a clean stacktrace with Kmp native/iOS crash. You need to look inside all the stacktrace and hope you get something you can use.
Especially for a crash inside a coroutine
c
🫠 Then how am I going to trace the issue, the only helpful thing then might be to leave breadcrumbs for all events
Is there any other way?
f
Breadcrumb is always useful. At least check if your simple crash (without coroutine) inside the native and KMP code are understandable and correctly located.
c
All my crashes are without coroutines, I have just made the default sentry setup from kmp docs, for debug builds on IOS I can get the error location correctly, but for release builds its nothing 🫠
f
Nothing in release, means bad configuration. Are the symbols correctly uploaded?
c
Yes, I can see the logs that task was executed, also I can see IOS dsym files in dashboard. This is all I can see for the exception
f
Well that’s new. Check on the sentry kmp GitHub issue board and create a issue if needed.