#No stack trace (Sentry Native)

1 messages · Page 1 of 1 (latest)

spring onyx
#

Hello, I'm getting started with Sentry. I'm using the Native SDK on MacOS and I trigger a "crash" by just writing to a NULL pointer.
I see the event on the web site, but I don't get a stack trace. I have uploaded the debug info in the dSYM files for that build. Any idea what I may be doing wrong?
Thanks!

spring onyx
#

Apparently inproc wasn't generating (or uploading) a stack trace. I changed to breakpad and it's fine now.